Commit 93339b54 authored by Nicolas Delaby's avatar Nicolas Delaby

Increase timeout value, because flare storage can be slower than memcached storage

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29205 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 78758af2
......@@ -147,3 +147,5 @@ if memcache is not None:
Client._val_to_store_info = Client__val_to_store_info
memcache.check_key = memcache_check_key
del Client__init__, Client__val_to_store_info, memcache_check_key
_Host = memcache._Host
_Host._SOCKET_TIMEOUT = 10
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment