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