Skip to content

Commit 320d2f6

Browse files
committed
chore: bump db conn pool size
1 parent 3b69869 commit 320d2f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ services:
1010
DB_USER: nostr_ts_relay
1111
DB_PASSWORD: nostr_ts_relay
1212
DB_NAME: nostr_ts_relay
13-
DB_MIN_POOL_SIZE: 2
14-
DB_MAX_POOL_SIZE: 10
13+
DB_MIN_POOL_SIZE: 5
14+
DB_MAX_POOL_SIZE: 15
1515
REDIS_HOST: cache
1616
REDIS_PORT: 6379
1717
REDIS_USER: default

0 commit comments

Comments
 (0)