[CMF-checkins] CVS: CMF/CMFCollector - Collector.py:1.29
Ken Manheimer
klm@zope.com
Thu, 4 Apr 2002 13:19:04 -0500
Update of /cvs-repository/CMF/CMFCollector
In directory cvs.zope.org:/tmp/cvs-serv7355
Modified Files:
Collector.py
Log Message:
Added batch_size property. Currently, we're not exposing this in the
user interface - only in the ZMI, or via query parameter on the
browse, for now.
=== CMF/CMFCollector/Collector.py 1.28 => 1.29 ===
state_email = {}
+ batch_size = 10
+
_properties=({'id':'title', 'type': 'string', 'mode':'w'},
{'id':'last_issue_id', 'type': 'int', 'mode':'w'},
+ {'id':'batch_size', 'type': 'int', 'mode':'w'},
)
def __init__(self, id, title='', description='', abbrev='',