Minor config fix
This commit is contained in:
		
							parent
							
								
									99d3c46af5
								
							
						
					
					
						commit
						2a2e9625e1
					
				| 
						 | 
				
			
			@ -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
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue