mirror of
https://github.com/kou029w/nttr.fly.dev.git
synced 2025-01-18 16:08:02 +00:00
limit connection pool size 20 → 15
This commit is contained in:
parent
d008ee0b82
commit
e484c9ec9c
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ rssMinutes = 10 # how long to cache rss queries
|
||||||
redisHost = "${REDIS_HOST}" # Change to "nitter-redis" if using docker-compose
|
redisHost = "${REDIS_HOST}" # Change to "nitter-redis" if using docker-compose
|
||||||
redisPort = ${REDIS_PORT}
|
redisPort = ${REDIS_PORT}
|
||||||
redisPassword = "${REDIS_PASSWORD}"
|
redisPassword = "${REDIS_PASSWORD}"
|
||||||
redisConnections = 20 # connection pool size
|
redisConnections = 15 # connection pool size
|
||||||
redisMaxConnections = 30
|
redisMaxConnections = 30
|
||||||
# max, new connections are opened when none are available, but if the pool size
|
# max, new connections are opened when none are available, but if the pool size
|
||||||
# goes above this, they're closed when released. don't worry about this unless
|
# goes above this, they're closed when released. don't worry about this unless
|
||||||
|
|
Loading…
Add table
Reference in a new issue