mirror of
https://github.com/penpot/penpot.git
synced 2025-05-11 21:36:36 +02:00
✨ Increment default statement timeout.
This commit is contained in:
parent
81bf68c67c
commit
5359c3a7ed
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
|
|
||||||
(def initsql
|
(def initsql
|
||||||
(str "SET statement_timeout = 10000;\n"
|
(str "SET statement_timeout = 60000;\n"
|
||||||
"SET idle_in_transaction_session_timeout = 120000;"))
|
"SET idle_in_transaction_session_timeout = 120000;"))
|
||||||
|
|
||||||
(defn- create-datasource-config
|
(defn- create-datasource-config
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue