Minor config fix
This commit is contained in:
parent
99d3c46af5
commit
2a2e9625e1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
rssMinutes = 10 # how long to cache rss queries
|
||||||
redisHost = "localhost" # Change to "redis" if using docker-compose
|
redisHost = "localhost" # Change to "redis" if using docker-compose
|
||||||
redisPort = 6379
|
redisPort = 6379
|
||||||
|
redisPassword = ""
|
||||||
redisConnections = 20 # connection pool size
|
redisConnections = 20 # connection pool size
|
||||||
redisMaxConnections = 30
|
redisMaxConnections = 30
|
||||||
redisPassword = ""
|
|
||||||
# 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
|
||||||
# you receive tons of requests per second
|
# you receive tons of requests per second
|
||||||
|
|
Loading…
Reference in a new issue