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