[CalendarServer-changes] [8036] CalendarServer/trunk/txdav/common/datastore/sql.py

source_changes at macosforge.org source_changes at macosforge.org
Wed Aug 31 14:24:09 PDT 2011


Revision: 8036
          http://trac.macosforge.org/projects/calendarserver/changeset/8036
Author:   sagen at apple.com
Date:     2011-08-31 14:24:09 -0700 (Wed, 31 Aug 2011)
Log Message:
-----------
Don't send notifications during migration

Modified Paths:
--------------
    CalendarServer/trunk/txdav/common/datastore/sql.py

Modified: CalendarServer/trunk/txdav/common/datastore/sql.py
===================================================================
--- CalendarServer/trunk/txdav/common/datastore/sql.py	2011-08-31 20:04:14 UTC (rev 8035)
+++ CalendarServer/trunk/txdav/common/datastore/sql.py	2011-08-31 21:24:09 UTC (rev 8036)
@@ -161,7 +161,7 @@
             self.sqlTxnFactory(),
             self.enableCalendars,
             self.enableAddressBooks,
-            self.notifierFactory,
+            None if migrating else self.notifierFactory,
             label,
             migrating,
         )
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110831/54faef2a/attachment.html>


More information about the calendarserver-changes mailing list