mirror of
https://github.com/penpot/penpot.git
synced 2026-02-16 16:43:19 +00:00
📎 Increase idle-in-transaction default timeout.
This commit is contained in:
committed by
Andrés Moya
parent
d2d4090e27
commit
b4361cb202
@@ -94,8 +94,8 @@
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
|
||||
(def initsql
|
||||
(str "SET statement_timeout = 200000;\n"
|
||||
"SET idle_in_transaction_session_timeout = 200000;"))
|
||||
(str "SET statement_timeout = 300000;\n"
|
||||
"SET idle_in_transaction_session_timeout = 300000;"))
|
||||
|
||||
(defn- create-datasource-config
|
||||
[{:keys [metrics read-only] :or {read-only false} :as cfg}]
|
||||
|
||||
Reference in New Issue
Block a user