Commit 0ffa37d7 authored by Vincent Pelletier's avatar Vincent Pelletier

CMFActivity.Activity.SQLJobLib: Drop unused globals.

parent d9ecd33d
......@@ -30,11 +30,6 @@ from zLOG import LOG, TRACE, INFO, WARNING, ERROR, PANIC
from SQLBase import SQLBase, sort_message_key, MAX_MESSAGE_LIST_SIZE
from Products.CMFActivity.ActivityTool import Message
# Stop validating more messages when this limit is reached
MAX_VALIDATED_LIMIT = 1000
# Read this many messages to validate.
READ_MESSAGE_LIMIT = 1000
from SQLDict import SQLDict
class SQLJoblib(SQLDict):
......
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