mirror of
https://github.com/penpot/penpot.git
synced 2026-09-10 05:58:47 +00:00
🐛 Increase idle_in_transaction timeout to 120s.
This commit is contained in:
parent
0f7372bfb4
commit
87cf91a044
@ -77,7 +77,7 @@
|
|||||||
|
|
||||||
(def initsql
|
(def initsql
|
||||||
(str "SET statement_timeout = 10000;\n"
|
(str "SET statement_timeout = 10000;\n"
|
||||||
"SET idle_in_transaction_session_timeout = 30000;"))
|
"SET idle_in_transaction_session_timeout = 120000;"))
|
||||||
|
|
||||||
(defn- create-datasource-config
|
(defn- create-datasource-config
|
||||||
[{:keys [metrics] :as cfg}]
|
[{:keys [metrics] :as cfg}]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user