mirror of
https://github.com/penpot/penpot.git
synced 2026-04-27 04:08:23 +00:00
🐛 Increase idle_in_transaction timeout to 120s.
This commit is contained in:
parent
0f7372bfb4
commit
87cf91a044
@ -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}]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user