up connection count limit

This commit is contained in:
red 2025-07-07 15:44:49 -04:00
parent 6ffb528597
commit 7dd21eefae

View file

@ -29,7 +29,7 @@ data:
postgresql.conf: |
# connections settings
listen_addresses = '*'
max_connections = 20
max_connections = 100
# memory settings
shared_buffers = 2GB