mirror of
https://github.com/penpot/penpot.git
synced 2025-06-12 01:41:37 +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
|
@ -75,7 +75,7 @@
|
|||
(def defaults
|
||||
{:name :main
|
||||
:min-size 0
|
||||
:max-size 30
|
||||
:max-size 60
|
||||
:connection-timeout 10000
|
||||
:validation-timeout 10000
|
||||
:idle-timeout 120000 ; 2min
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue