mirror of
https://github.com/Cameri/nostream.git
synced 2025-03-18 05:41:49 +01:00
chore: bump connections
This commit is contained in:
parent
4b1de5afee
commit
2156ffa476
@ -11,7 +11,7 @@ services:
|
||||
DB_PASSWORD: nostr_ts_relay
|
||||
DB_NAME: nostr_ts_relay
|
||||
DB_MIN_POOL_SIZE: 5
|
||||
DB_MAX_POOL_SIZE: 15
|
||||
DB_MAX_POOL_SIZE: 25
|
||||
REDIS_HOST: cache
|
||||
REDIS_PORT: 6379
|
||||
REDIS_USER: default
|
||||
|
@ -6,7 +6,7 @@
|
||||
# Connections num: 60
|
||||
# Data Storage: ssd
|
||||
|
||||
max_connections = 60
|
||||
max_connections = 100
|
||||
shared_buffers = 2GB
|
||||
effective_cache_size = 6GB
|
||||
maintenance_work_mem = 512MB
|
||||
|
Loading…
x
Reference in New Issue
Block a user