Skip to content

Commit

Permalink
fix(settings): default Redis timeout.
Browse files Browse the repository at this point in the history
  • Loading branch information
teleyinex committed Jan 25, 2020
1 parent 0db35d7 commit c11cca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings_local.py.tmpl
Expand Up @@ -113,7 +113,7 @@ REDIS_SENTINEL = [('localhost', 26379)]
REDIS_MASTER = 'mymaster'
REDIS_DB = 0
REDIS_KEYPREFIX = 'pybossa_cache'
REDIS_SOCKET_TIMEOUT = 0.1
REDIS_SOCKET_TIMEOUT = None
REDIS_RETRY_ON_TIMEOUT = True

## Allowed upload extensions
Expand Down

0 comments on commit c11cca4

Please sign in to comment.