memcached: set a low retry_timeout.

This commit is contained in:
Tim Abbott 2016-08-11 21:00:06 -07:00
parent 4baf120c7c
commit 5b53521b32
1 changed files with 1 additions and 0 deletions

View File

@ -397,6 +397,7 @@ CACHES = {
'OPTIONS': { 'OPTIONS': {
'verify_keys': True, 'verify_keys': True,
'tcp_nodelay': True, 'tcp_nodelay': True,
'retry_timeout': 1,
} }
}, },
'database': { 'database': {