Various fixes and improvements

This commit is contained in:
2021-01-26 10:51:31 +02:00
parent 9a689aed7a
commit c2ebac9030
7 changed files with 95 additions and 105 deletions
+2 -2
View File
@@ -8,8 +8,8 @@ Redis:
#the default Redis port
Port: 6379
#time out in milliseconds, how long it should take before it decides that it is unable to connect when sending a message
#90000 = 90 seconds
TimeOut: 90000
#9000 = 9 seconds
TimeOut: 9000
#also known as SSL, only use this if you're running Redis 6.0.6 or higher, older versions will not work correctly
#it encrypts your traffic and makes data exchange between distant servers completely secure
useTLS: false