Zed 4 anni fa
parent
commit
2a2e9625e1
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      nitter.example.conf

+ 1 - 1
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