[CalendarServer-changes] [10226] CalendarServer/branches/users/glyph/queue-locking-and-timing

source_changes at macosforge.org source_changes at macosforge.org
Fri Jan 4 16:38:38 PST 2013


Revision: 10226
          http://trac.calendarserver.org//changeset/10226
Author:   glyph at apple.com
Date:     2013-01-04 16:38:37 -0800 (Fri, 04 Jan 2013)
Log Message:
-----------
Non-zero value (zero isn't really valid here, ever)

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/queue-locking-and-timing/twext/enterprise/queue.py

Property Changed:
----------------
    CalendarServer/branches/users/glyph/queue-locking-and-timing/

Modified: CalendarServer/branches/users/glyph/queue-locking-and-timing/twext/enterprise/queue.py
===================================================================
--- CalendarServer/branches/users/glyph/queue-locking-and-timing/twext/enterprise/queue.py	2013-01-05 00:38:36 UTC (rev 10225)
+++ CalendarServer/branches/users/glyph/queue-locking-and-timing/twext/enterprise/queue.py	2013-01-05 00:38:37 UTC (rev 10226)
@@ -559,7 +559,7 @@
     processes rather than to a remote connection pool.
     """
 
-    def __init__(self, maximumLoadPerWorker=0):
+    def __init__(self, maximumLoadPerWorker=5):
         self.workers = []
         self.maximumLoadPerWorker = maximumLoadPerWorker
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20130104/7c94ee67/attachment.html>


More information about the calendarserver-changes mailing list