Commit 01b68946 authored by Vincent Pelletier's avatar Vincent Pelletier

Make client per-zope-thread packet queue infinite.

This prepares support for asynchronous store.

git-svn-id: https://svn.erp5.org/repos/neo/trunk@1752 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 189653a2
...@@ -92,7 +92,7 @@ class ThreadContext(object): ...@@ -92,7 +92,7 @@ class ThreadContext(object):
'object_stored': 0, 'object_stored': 0,
'txn_voted': False, 'txn_voted': False,
'txn_finished': False, 'txn_finished': False,
'queue': Queue(5), 'queue': Queue(0),
} }
......
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