chore: bump connections

This commit is contained in:
Ricardo Arturo Cabral Mejía 2022-12-16 22:20:58 -05:00
parent 4b1de5afee
commit 2156ffa476
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ services:
DB_PASSWORD: nostr_ts_relay
DB_NAME: nostr_ts_relay
DB_MIN_POOL_SIZE: 5
DB_MAX_POOL_SIZE: 15
DB_MAX_POOL_SIZE: 25
REDIS_HOST: cache
REDIS_PORT: 6379
REDIS_USER: default

View File

@ -6,7 +6,7 @@
# Connections num: 60
# Data Storage: ssd
max_connections = 60
max_connections = 100
shared_buffers = 2GB
effective_cache_size = 6GB
maintenance_work_mem = 512MB