Skip to content

Commit

Permalink
fix: increase max pool size to 64
Browse files Browse the repository at this point in the history
Signed-off-by: Ricardo Arturo Cabral Mejía <me@ricardocabral.io>
  • Loading branch information
cameri committed Dec 27, 2022
1 parent f25d0b8 commit a7b02fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a7b02fc

Please # to comment.