diff --git a/backend/src/app/db.clj b/backend/src/app/db.clj index d50ddb8a2..004b837dc 100644 --- a/backend/src/app/db.clj +++ b/backend/src/app/db.clj @@ -77,7 +77,7 @@ (def initsql (str "SET statement_timeout = 10000;\n" - "SET idle_in_transaction_session_timeout = 30000;")) + "SET idle_in_transaction_session_timeout = 120000;")) (defn- create-datasource-config [{:keys [metrics] :as cfg}]