Increase default max connection pool size to 60.

This commit is contained in:
Andrey Antukh 2022-02-10 09:27:54 +01:00 committed by Alonso Torres
parent 2312561041
commit dcbd89ff7c
2 changed files with 19 additions and 9 deletions

View file

@ -21,7 +21,7 @@
:migrations (ig/ref :app.migrations/all)
:name :main
:min-pool-size 0
:max-pool-size 30}
:max-pool-size 60}
:app.migrations/migrations
{}