Commit dc4137e58290b33e4c4f31fe524603c7707ae48d

Authored by David RENÉ
1 parent 11c07a53

add name of the transaction according to the new definition

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
controller/hk_rows_import.anubis
... ... @@ -263,7 +263,8 @@ define CSV_Import_Status
263 263 success((SQLite3Error err) |-> println(db_error(err,"import_csv_to_db"))),
264 264 //success((SQLite3Error err) |-> logError("DB", db_error(err,"import_csv_to_db"))),
265 265 60000, // max 60s
266   - 100 // retry every 100 ms
  266 + 100, // retry every 100 ms
  267 + "CSV_Import_Status"
267 268 ) is
268 269 {
269 270 error(_) then
... ...