[CalendarServer-changes] [14039] CalendarServer/trunk/txdav/base/datastore/subpostgres.py

source_changes at macosforge.org source_changes at macosforge.org
Sun Oct 5 08:00:38 PDT 2014


Revision: 14039
          http://trac.calendarserver.org//changeset/14039
Author:   sagen at apple.com
Date:     2014-10-05 08:00:38 -0700 (Sun, 05 Oct 2014)
Log Message:
-----------
Tell pg_ctl to wait longer to account for a long cluster upgrade

Modified Paths:
--------------
    CalendarServer/trunk/txdav/base/datastore/subpostgres.py

Modified: CalendarServer/trunk/txdav/base/datastore/subpostgres.py
===================================================================
--- CalendarServer/trunk/txdav/base/datastore/subpostgres.py	2014-10-05 14:57:54 UTC (rev 14038)
+++ CalendarServer/trunk/txdav/base/datastore/subpostgres.py	2014-10-05 15:00:38 UTC (rev 14039)
@@ -475,6 +475,7 @@
                 pgCtl,
                 "start",
                 "-l", self.logFile,
+                "-t 86400",  # Give plenty of time for a long cluster upgrade
                 "-w",
                 # XXX what are the quoting rules for '-o'?  do I need to repr()
                 # the path here?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20141005/e7d14cfb/attachment.html>


More information about the calendarserver-changes mailing list