diff --git a/test.ini b/test.ini --- a/test.ini +++ b/test.ini @@ -30,16 +30,16 @@ pdebug = false [server:main] ##nr of threads to spawn -#threadpool_workers = 5 +threadpool_workers = 5 ##max request before thread respawn -#threadpool_max_requests = 2 +threadpool_max_requests = 2 ##option to use threads of process -#use_threadpool = true +use_threadpool = true -#use = egg:Paste#http -use = egg:waitress#main +use = egg:Paste#http +#use = egg:waitress#main host = 127.0.0.1 port = 5000 @@ -295,4 +295,4 @@ datefmt = %Y-%m-%d %H:%M:%S [formatter_color_formatter] class=rhodecode.lib.colored_formatter.ColorFormatter format= %(asctime)s.%(msecs)03d %(levelname)-5.5s [%(name)s] %(message)s -datefmt = %Y-%m-%d %H:%M:%S \ No newline at end of file +datefmt = %Y-%m-%d %H:%M:%S