Set a longer socket timeout for redis session

Related to #4555
This commit is contained in:
FinnStutzenstein 2019-04-02 14:24:39 +02:00
parent 29762ad89e
commit 231cb60f5a

View File

@ -114,7 +114,8 @@ if use_redis:
'host': '127.0.0.1',
'post': 6379,
'db': 0,
"prefix": "session"
'prefix': 'session',
'socket_timeout': 2
}