From f14db2375b32cfc59a23a0f871352c15d97c4541 Mon Sep 17 00:00:00 2001 From: totoro Date: Sun, 22 Dec 2019 20:45:02 +0100 Subject: [PATCH] Change the timeout value of sql_query_statement_timeout --- database/db_utils.anubis | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/database/db_utils.anubis b/database/db_utils.anubis index b060d22..3cd02cb 100644 --- a/database/db_utils.anubis +++ b/database/db_utils.anubis @@ -176,7 +176,7 @@ public define SQLite3Row //we try with 60 sec of timeout with //println(" executing [" + msg + "]"); with t0 = unow, - if sql_query_statement_timeout(sql_command_stmt, initial_bindings, 120, 100, msg) is + if sql_query_statement_timeout(sql_command_stmt, initial_bindings, 5, 100, msg) is { error(sql_error) then logError("", "DB", db_error(sql_error,msg) /*+ " executing [" + sql_query + "]"*/); -- libgit2 0.21.4