higher timeout
This commit is contained in:
parent
dc2eaccd92
commit
a09dfe5d4d
1 changed files with 1 additions and 1 deletions
|
@ -443,7 +443,7 @@ class MemCache(KVCache):
|
||||||
|
|
||||||
f, self.host = cache_path().split(':', 1)
|
f, self.host = cache_path().split(':', 1)
|
||||||
self.backend = pylibmc.Client([self.host])
|
self.backend = pylibmc.Client([self.host])
|
||||||
self.backend.behaviors['connect_timeout'] = 10000
|
self.backend.behaviors['connect_timeout'] = 60000
|
||||||
|
|
||||||
|
|
||||||
class RedisCache(KVCache):
|
class RedisCache(KVCache):
|
||||||
|
|
Loading…
Reference in a new issue