We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b1de5a commit 2156ffaCopy full SHA for 2156ffa
docker-compose.yml
@@ -11,7 +11,7 @@ services:
11
DB_PASSWORD: nostr_ts_relay
12
DB_NAME: nostr_ts_relay
13
DB_MIN_POOL_SIZE: 5
14
- DB_MAX_POOL_SIZE: 15
+ DB_MAX_POOL_SIZE: 25
15
REDIS_HOST: cache
16
REDIS_PORT: 6379
17
REDIS_USER: default
postgresql.conf
@@ -6,7 +6,7 @@
6
# Connections num: 60
7
# Data Storage: ssd
8
9
-max_connections = 60
+max_connections = 100
10
shared_buffers = 2GB
effective_cache_size = 6GB
maintenance_work_mem = 512MB
0 commit comments