feat(uti): Use only 1 worker
[csit.git] / resources / tools / dash / app / app.ini
index bff7c12..9608f7c 100644 (file)
@@ -1,11 +1,16 @@
 [uwsgi]
 ini = :pal
+py-autoreload = 0
 
 [pal]
 module = wsgi:app
+master-fifo = /tmp/masterfifo
+lazy = True
+lazy-apps = True
+touch-chain-reload
+listen = 128
 
-processes = 2
-threads = 4
+workers = 2
 plugin = python3
 
 master = true