Commit 4374797c authored by Yoshinori Okuji's avatar Yoshinori Okuji

Fix strange comments.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17912 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 04983254
......@@ -48,10 +48,10 @@ from zLOG import LOG, TRACE, WARNING, ERROR, INFO, PANIC
MAX_PRIORITY = 5
# Stop validating more messages when this limit is reached
MAX_VALIDATED_LIMIT = 1000
# Read this many messages to validate.
# Read up to this number of messages to validate.
READ_MESSAGE_LIMIT = 1000
# Stop electing more messages for processing if more than this many objects
# are impacted by elected messages.
# Stop electing more messages for processing if more than this number of
# objects are impacted by elected messages.
MAX_GROUPED_OBJECTS = 500
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