mirror of
https://github.com/Cameri/nostream.git
synced 2025-08-09 04:31:59 +02:00
fix: increase max pool size to 64
Signed-off-by: Ricardo Arturo Cabral Mejía <me@ricardocabral.io>
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user