chore: bump db conn pool size

This commit is contained in:
Ricardo Arturo Cabral Mejía 2022-12-16 10:32:25 -05:00
parent 3b69869932
commit 320d2f6980

View File

@ -10,8 +10,8 @@ services:
DB_USER: nostr_ts_relay
DB_PASSWORD: nostr_ts_relay
DB_NAME: nostr_ts_relay
DB_MIN_POOL_SIZE: 2
DB_MAX_POOL_SIZE: 10
DB_MIN_POOL_SIZE: 5
DB_MAX_POOL_SIZE: 15
REDIS_HOST: cache
REDIS_PORT: 6379
REDIS_USER: default