Commit 83f769e4 authored by Nicolas Delaby's avatar Nicolas Delaby

typo

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27979 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c4347042
......@@ -79,7 +79,7 @@ class DistributedRamCache(BaseCache):
debug=self._debug_level,
server_max_key_length=self._server_max_key_length,
server_max_value_length=self._server_max_value_length)
connection_pool[thread_id] = memcache_conn
connection_pool[thread_id] = memcache_conn
return memcache_conn
else:
## we have memcache_conn for this thread
......
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