From dc4137e58290b33e4c4f31fe524603c7707ae48d Mon Sep 17 00:00:00 2001 From: totoro Date: Sun, 26 Jan 2020 17:38:38 +0100 Subject: [PATCH] add name of the transaction according to the new definition --- controller/hk_rows_import.anubis | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/controller/hk_rows_import.anubis b/controller/hk_rows_import.anubis index a527c16..aacebdf 100644 --- a/controller/hk_rows_import.anubis +++ b/controller/hk_rows_import.anubis @@ -263,7 +263,8 @@ define CSV_Import_Status success((SQLite3Error err) |-> println(db_error(err,"import_csv_to_db"))), //success((SQLite3Error err) |-> logError("DB", db_error(err,"import_csv_to_db"))), 60000, // max 60s - 100 // retry every 100 ms + 100, // retry every 100 ms + "CSV_Import_Status" ) is { error(_) then -- libgit2 0.21.4