diff development.ini @ 86:e47d1db5ef20

Added few options to configs, Changed error middleware. TO basic pylons behavior
author Marcin Kuzminski <marcin@python-blog.com>
date Sun, 18 Apr 2010 20:06:35 +0200
parents db39d0ca5308
children aec4c0071cb3
line wrap: on
line diff
--- a/development.ini	Sun Apr 18 19:00:09 2010 +0200
+++ b/development.ini	Sun Apr 18 20:06:35 2010 +0200
@@ -19,7 +19,15 @@
 #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