mirror of
https://github.com/penpot/penpot.git
synced 2025-08-07 14:38:33 +02:00
✨ Increase the default db pool size to 60
This commit is contained in:
parent
435c627afd
commit
12b98c22bc
2 changed files with 2 additions and 2 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue