0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-09 16:48:16 -05:00

Increase default max database poolsize to 20.

This commit is contained in:
Andrey Antukh 2020-12-30 14:40:54 +01:00 committed by Alonso Torres
parent 760eb926bf
commit 6fd7feffee

View file

@ -33,7 +33,7 @@
:migrations (ig/ref :app.migrations/all)
:name "main"
:min-pool-size 0
:max-pool-size 10}
:max-pool-size 20}
:app.metrics/metrics
{}