mirror of
https://github.com/penpot/penpot.git
synced 2026-04-27 20:28:11 +00:00
🐛 Fix strange bug on db connection handling.
This need investigation.
This commit is contained in:
parent
22f8285e0b
commit
ba618eb51d
@ -27,7 +27,7 @@
|
||||
(assoc :password password)
|
||||
(str))]
|
||||
(log/info "creating connection pool with" dburi)
|
||||
(pg/pool dburi {:system system :max-size 8})))
|
||||
(pg/pool dburi {:system system :max-size 1})))
|
||||
|
||||
(defstate pool
|
||||
:start (create-pool cfg/config system))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user