🐛 Revert db pool size.

This commit is contained in:
Andrey Antukh 2020-05-12 08:20:07 +02:00
parent 23ba635aab
commit b2b84de10e

View file

@ -27,7 +27,7 @@
(assoc :password password) (assoc :password password)
(str))] (str))]
(log/info "creating connection pool with" dburi) (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 (defstate pool
:start (create-pool cfg/config system)) :start (create-pool cfg/config system))