aboutsummaryrefslogtreecommitdiff
path: root/development.ini
diff options
context:
space:
mode:
authorMarcin Kuzminski <marcin@python-blog.com>2010-04-18 20:06:35 +0200
committerMarcin Kuzminski <marcin@python-blog.com>2010-04-18 20:06:35 +0200
commit774464aca9f1efed666f5180d78ad4910e0ceccd (patch)
tree84df729acbbe3bb5c8d878c4c7aa7d7f87605cd1 /development.ini
parente3487fc18f89e271eedd488836c0fff20f1d891a (diff)
Added few options to configs,
Changed error middleware. TO basic pylons behavior
Diffstat (limited to 'development.ini')
-rw-r--r--development.ini8
1 files changed, 8 insertions, 0 deletions
diff --git a/development.ini b/development.ini
index 50c580a7..8053a8e6 100644
--- a/development.ini
+++ b/development.ini
@@ -19,7 +19,15 @@ debug = true
#error_message = 'mercurial crash !'
[server:main]
+##nr of threads to spawn
threadpool_workers = 5
+
+##max request before
+threadpool_max_requests = 2
+
+##option to use threads of process
+use_threadpool = true
+
use = egg:Paste#http
host = 127.0.0.1
port = 5000