mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Upping redis timeout to handle possibility that users are still losing their tokens.
This commit is contained in:
parent
a21a3fa2d9
commit
afe74067cf
1 changed files with 1 additions and 1 deletions
|
@ -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': {
|
||||
|
|
Loading…
Add table
Reference in a new issue