diff --git a/backend/src/app/db.clj b/backend/src/app/db.clj index de31d7a93..6b25433af 100644 --- a/backend/src/app/db.clj +++ b/backend/src/app/db.clj @@ -88,7 +88,7 @@ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (def initsql - (str "SET statement_timeout = 60000;\n" + (str "SET statement_timeout = 120000;\n" "SET idle_in_transaction_session_timeout = 120000;")) (defn- create-datasource-config