mirror of https://github.com/zulip/zulip.git
memcached: set a low retry_timeout.
This commit is contained in:
parent
4baf120c7c
commit
5b53521b32
|
@ -397,6 +397,7 @@ CACHES = {
|
||||||
'OPTIONS': {
|
'OPTIONS': {
|
||||||
'verify_keys': True,
|
'verify_keys': True,
|
||||||
'tcp_nodelay': True,
|
'tcp_nodelay': True,
|
||||||
|
'retry_timeout': 1,
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
'database': {
|
'database': {
|
||||||
|
|
Loading…
Reference in New Issue