Upping redis timeout to handle possibility that users are still losing their tokens.

This commit is contained in:
Samuel Clay 2017-04-06 11:46:01 -07:00
parent a21a3fa2d9
commit afe74067cf

View file

@ -655,7 +655,7 @@ BROKER_URL = "redis://%s:6379/%s" % (REDIS['host'], CELERY_REDIS_DB_NUM)
CELERY_RESULT_BACKEND = BROKER_URL
SESSION_REDIS_HOST = REDIS_SESSIONS['host']
SESSION_REDIS_RETRY_ON_TIMEOUT = True
SESSION_REDIS_SOCKET_TIMEOUT = 1
SESSION_REDIS_SOCKET_TIMEOUT = 10
CACHES = {
'default': {