Commit d1e5290b authored by Yoshinori Okuji's avatar Yoshinori Okuji

Reduce the number of grouped objects.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18568 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d8b0b2a1
......@@ -52,7 +52,7 @@ MAX_VALIDATED_LIMIT = 1000
READ_MESSAGE_LIMIT = 1000
# Stop electing more messages for processing if more than this number of
# objects are impacted by elected messages.
MAX_GROUPED_OBJECTS = 500
MAX_GROUPED_OBJECTS = 100
class SQLDict(RAMDict, SQLBase):
"""
......
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