feat(dash): Tune production parameters
[csit.git] / csit.infra.dash / app / app.ini
index 5484b5b..2b56fdf 100644 (file)
@@ -3,17 +3,25 @@ ini = :cdash
 py-autoreload = 0
 
 [cdash]
+strict = true
+master = true
+enable-threads = true
+single-interpreter = true
+
 module = wsgi:app
 master-fifo = /tmp/masterfifo
 lazy = True
-lazy-apps = True
+lazy-apps = true
 touch-chain-reload
 listen = 128
-
-workers = 2
-plugin = python3
-
-master = true
 http-socket = :5000
 socket = /tmp/app.sock
 chmod-socket = 666
+
+disable-logging = true
+log-4xx = true
+log-5xx = true
+
+workers = 1
+threads = 8
+plugin = python3