etwist/twconfig.py
changeset 7644 7a0914469618
parent 6844 5ae2bc554c23
child 8669 62213a34726e
--- a/etwist/twconfig.py	Mon Jul 11 11:56:47 2011 +0200
+++ b/etwist/twconfig.py	Mon Jul 11 12:39:05 2011 +0200
@@ -90,6 +90,13 @@
           'help': 'run a pyro server',
           'group': 'main', 'level': 1,
           }),
+        ('webserver-threadpool-size',
+         {'type': 'int',
+          'default': 4,
+          'help': "size of twisted's reactor threadpool. It should probably be not too \
+much greater than connection-poolsize",
+          'group': 'web', 'level': 3,
+          }),
         ) + WebConfiguration.options)
 
     def server_file(self):