0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-16 01:31:22 -05:00

Increment default statement timeout.

This commit is contained in:
Andrey Antukh 2021-02-09 14:30:31 +01:00
parent e4fb802d7a
commit bedfb9a1ee

View file

@ -72,7 +72,7 @@
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(def initsql
(str "SET statement_timeout = 10000;\n"
(str "SET statement_timeout = 60000;\n"
"SET idle_in_transaction_session_timeout = 120000;"))
(defn- create-datasource-config