Minor config fix

This commit is contained in:
Zed 2021-12-28 06:04:34 +01:00
parent 99d3c46af5
commit 2a2e9625e1
1 changed files with 1 additions and 1 deletions

View File

@ -12,9 +12,9 @@ listMinutes = 240 # how long to cache list info (not the tweets, so keep it hig
rssMinutes = 10 # how long to cache rss queries
redisHost = "localhost" # Change to "redis" if using docker-compose
redisPort = 6379
redisPassword = ""
redisConnections = 20 # connection pool size
redisMaxConnections = 30
redisPassword = ""
# 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
# you receive tons of requests per second