[CalendarServer-changes] [2762] CalendarServer/trunk/twistedcaldav/config.py

source_changes at macosforge.org source_changes at macosforge.org
Tue Jul 29 18:14:30 PDT 2008


Revision: 2762
          http://trac.macosforge.org/projects/calendarserver/changeset/2762
Author:   wsanchez at apple.com
Date:     2008-07-29 18:14:30 -0700 (Tue, 29 Jul 2008)
Log Message:
-----------
ThreadPoolSize isn't used.

Modified Paths:
--------------
    CalendarServer/trunk/twistedcaldav/config.py

Modified: CalendarServer/trunk/twistedcaldav/config.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/config.py	2008-07-28 21:52:01 UTC (rev 2761)
+++ CalendarServer/trunk/twistedcaldav/config.py	2008-07-30 01:14:30 UTC (rev 2762)
@@ -247,8 +247,6 @@
         "BaseDirectory": "/tmp/stats",
     },
 
-    "ThreadPoolSize": 10,
-
     "ListenBacklog": 50,
 
     "Memcached": {
@@ -279,7 +277,6 @@
             self.updateRejectClients,
             self.updateDropBox,
             self.updateLogLevels,
-            self.updateThreadPoolSize,
             self.updateNotifications,
         ]
 
@@ -435,11 +432,6 @@
         except InvalidLogLevelError, e:
             raise ConfigurationError("Invalid log level: %s" % (e.level))
 
-    @staticmethod
-    def updateThreadPoolSize(self, items):
-        from twisted.internet import reactor
-        reactor.suggestThreadPoolSize(self.ThreadPoolSize)
-
     def updateDefaults(self, items):
         _mergeData(self._defaults, items)
         self.update(items)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20080729/e19f51b9/attachment.html 


More information about the calendarserver-changes mailing list