mirror of
https://github.com/penpot/penpot.git
synced 2025-04-13 15:31:26 -05:00
🐛 Revert db pool size.
This commit is contained in:
parent
23ba635aab
commit
b2b84de10e
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
|||
(assoc :password password)
|
||||
(str))]
|
||||
(log/info "creating connection pool with" dburi)
|
||||
(pg/pool dburi {:system system :max-size 1})))
|
||||
(pg/pool dburi {:system system :max-size 8})))
|
||||
|
||||
(defstate pool
|
||||
:start (create-pool cfg/config system))
|
||||
|
|
Loading…
Add table
Reference in a new issue