From 5359c3a7edfa65397002acbbf018b1a4d11e9c5b Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Tue, 9 Feb 2021 14:30:31 +0100 Subject: [PATCH] :sparkles: Increment default statement timeout. --- backend/src/app/db.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/app/db.clj b/backend/src/app/db.clj index 12bbbcf0d..1fcb18e47 100644 --- a/backend/src/app/db.clj +++ b/backend/src/app/db.clj @@ -72,7 +72,7 @@ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (def initsql - (str "SET statement_timeout = 10000;\n" + (str "SET statement_timeout = 60000;\n" "SET idle_in_transaction_session_timeout = 120000;")) (defn- create-datasource-config