comparison rhodecode/config/deployment.ini_tmpl @ 630:a9e72f7148c8 beta

some small fixes
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 22 Oct 2010 02:58:17 +0200
parents 79457e03ef68
children 56a8434a88cc
comparison
equal deleted inserted replaced
629:7e536d1af60d 630:a9e72f7148c8
26 [server:main] 26 [server:main]
27 ##nr of threads to spawn 27 ##nr of threads to spawn
28 threadpool_workers = 5 28 threadpool_workers = 5
29 29
30 ##max request before thread respawn 30 ##max request before thread respawn
31 threadpool_max_requests = 2 31 threadpool_max_requests = 10
32 32
33 ##option to use threads of process 33 ##option to use threads of process
34 use_threadpool = true 34 use_threadpool = true
35 35
36 use = egg:Paste#http 36 use = egg:Paste#http