Commit 701efacd authored by Vincent Pelletier's avatar Vincent Pelletier

CMFActivity.Activity.SQLDict: Remove unused constants.

parent 73d89df3
...@@ -36,11 +36,6 @@ import transaction ...@@ -36,11 +36,6 @@ import transaction
from zLOG import TRACE, WARNING from zLOG import TRACE, WARNING
# Stop validating more messages when this limit is reached
MAX_VALIDATED_LIMIT = 1000
# Read up to this number of messages to validate.
READ_MESSAGE_LIMIT = 1000
class SQLDict(SQLBase): class SQLDict(SQLBase):
""" """
A simple OOBTree based queue. It should be compatible with transactions A simple OOBTree based queue. It should be compatible with transactions
......
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