Skip to content

Commit a7b02fc

Browse files
committed
fix: increase max pool size to 64
Signed-off-by: Ricardo Arturo Cabral Mejía <[email protected]>
1 parent f25d0b8 commit a7b02fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ services:
1111
DB_PASSWORD: nostr_ts_relay
1212
DB_NAME: nostr_ts_relay
1313
DB_MIN_POOL_SIZE: 16
14-
DB_MAX_POOL_SIZE: 32
14+
DB_MAX_POOL_SIZE: 64
1515
REDIS_HOST: cache
1616
REDIS_PORT: 6379
1717
REDIS_USER: default

0 commit comments

Comments
 (0)