0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-13 02:28:18 -05:00

🐛 Increase idle_in_transaction timeout to 120s.

This commit is contained in:
Andrey Antukh 2021-01-18 15:29:07 +01:00
parent 0f7372bfb4
commit 87cf91a044

View file

@ -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}]