aboutsummaryrefslogtreecommitdiff
path: root/test.ini
diff options
context:
space:
mode:
Diffstat (limited to 'test.ini')
-rw-r--r--test.ini12
1 files changed, 6 insertions, 6 deletions
diff --git a/test.ini b/test.ini
index 9af71121..bf7c15e1 100644
--- 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