mirror of
https://github.com/penpot/penpot.git
synced 2025-05-18 17:36:12 +02:00
🐛 Increase idle_in_transaction timeout to 120s.
This commit is contained in:
parent
0f7372bfb4
commit
87cf91a044
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue