From 2a2e9625e1028799b07a0e9364a5c5ff2a73cb2a Mon Sep 17 00:00:00 2001 From: Zed Date: Tue, 28 Dec 2021 06:04:34 +0100 Subject: [PATCH] Minor config fix --- nitter.example.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nitter.example.conf b/nitter.example.conf index 9c10317..8e9454e 100644 --- a/nitter.example.conf +++ b/nitter.example.conf @@ -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