mirror of
https://github.com/penpot/penpot.git
synced 2025-01-26 08:29:42 -05:00
📎 Increase idle-in-transaction default timeout.
This commit is contained in:
parent
d2d4090e27
commit
b4361cb202
1 changed files with 2 additions and 2 deletions
|
@ -94,8 +94,8 @@
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
|
|
||||||
(def initsql
|
(def initsql
|
||||||
(str "SET statement_timeout = 200000;\n"
|
(str "SET statement_timeout = 300000;\n"
|
||||||
"SET idle_in_transaction_session_timeout = 200000;"))
|
"SET idle_in_transaction_session_timeout = 300000;"))
|
||||||
|
|
||||||
(defn- create-datasource-config
|
(defn- create-datasource-config
|
||||||
[{:keys [metrics read-only] :or {read-only false} :as cfg}]
|
[{:keys [metrics read-only] :or {read-only false} :as cfg}]
|
||||||
|
|
Loading…
Add table
Reference in a new issue