fix: increase max pool size to 64

Signed-off-by: Ricardo Arturo Cabral Mejía <me@ricardocabral.io>
This commit is contained in:
Ricardo Arturo Cabral Mejía
2022-12-27 16:18:31 -05:00
parent f25d0b82c9
commit a7b02fc5c9

View File

@@ -11,7 +11,7 @@ services:
DB_PASSWORD: nostr_ts_relay
DB_NAME: nostr_ts_relay
DB_MIN_POOL_SIZE: 16
DB_MAX_POOL_SIZE: 32
DB_MAX_POOL_SIZE: 64
REDIS_HOST: cache
REDIS_PORT: 6379
REDIS_USER: default