Skip to content

Commit 2156ffa

Browse files
committed
chore: bump connections
1 parent 4b1de5a commit 2156ffa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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: 5
14-
DB_MAX_POOL_SIZE: 15
14+
DB_MAX_POOL_SIZE: 25
1515
REDIS_HOST: cache
1616
REDIS_PORT: 6379
1717
REDIS_USER: default

postgresql.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Connections num: 60
77
# Data Storage: ssd
88

9-
max_connections = 60
9+
max_connections = 100
1010
shared_buffers = 2GB
1111
effective_cache_size = 6GB
1212
maintenance_work_mem = 512MB

0 commit comments

Comments
 (0)