[CalendarServer-changes] [12342] CalendarServer/trunk/calendarserver/tap/caldav.py
source_changes at macosforge.org
source_changes at macosforge.org
Wed Mar 12 11:21:26 PDT 2014
Revision: 12342
http://trac.calendarserver.org//changeset/12342
Author: gaya at apple.com
Date: 2014-01-14 15:10:25 -0800 (Tue, 14 Jan 2014)
Log Message:
-----------
disable revision cleaning for now
Modified Paths:
--------------
CalendarServer/trunk/calendarserver/tap/caldav.py
Modified: CalendarServer/trunk/calendarserver/tap/caldav.py
===================================================================
--- CalendarServer/trunk/calendarserver/tap/caldav.py 2014-01-14 21:37:09 UTC (rev 12341)
+++ CalendarServer/trunk/calendarserver/tap/caldav.py 2014-01-14 23:10:25 UTC (rev 12342)
@@ -551,7 +551,7 @@
yield scheduleNextMailPoll(self.store, int(config.LogID) if config.LogID else 5)
if self.doGroupCaching:
yield scheduleNextGroupCachingUpdate(self.store, int(config.LogID) if config.LogID else 5)
- yield scheduleFirstFindMinRevision(self.store, int(config.LogID) if config.LogID else 5)
+ #yield scheduleFirstFindMinRevision(self.store, int(config.LogID) if config.LogID else 5)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140312/401ff6b3/attachment.html>
More information about the calendarserver-changes
mailing list