higher timeout

This commit is contained in:
j 2017-03-23 10:48:42 +01:00
parent dc2eaccd92
commit a09dfe5d4d

View file

@ -443,7 +443,7 @@ class MemCache(KVCache):
f, self.host = cache_path().split(':', 1)
self.backend = pylibmc.Client([self.host])
self.backend.behaviors['connect_timeout'] = 10000
self.backend.behaviors['connect_timeout'] = 60000
class RedisCache(KVCache):