comparison 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
comparison
equal deleted inserted replaced
85:4bb06ccb5bee 86:e47d1db5ef20
17 #smtp_username = 17 #smtp_username =
18 #smtp_password = 18 #smtp_password =
19 #error_message = 'mercurial crash !' 19 #error_message = 'mercurial crash !'
20 20
21 [server:main] 21 [server:main]
22 ##nr of threads to spawn
22 threadpool_workers = 5 23 threadpool_workers = 5
24
25 ##max request before
26 threadpool_max_requests = 2
27
28 ##option to use threads of process
29 use_threadpool = true
30
23 use = egg:Paste#http 31 use = egg:Paste#http
24 host = 127.0.0.1 32 host = 127.0.0.1
25 port = 5000 33 port = 5000
26 34
27 [app:main] 35 [app:main]