Increase the default db pool size to 60

This commit is contained in:
Andrey Antukh 2022-09-17 10:46:35 +02:00
parent 435c627afd
commit 12b98c22bc
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@
:migrations (ig/ref :app.migrations/all)
:name :main
:min-size (cf/get :database-min-pool-size 0)
:max-size (cf/get :database-max-pool-size 30)}
:max-size (cf/get :database-max-pool-size 60)}
;; Default thread pool for IO operations
[::default :app.worker/executor]