feat(uti): Add structured menu for stats
[csit.git] / resources / tools / dash / app / app.ini
index bbf2943..796f332 100644 (file)
@@ -1,17 +1,16 @@
 [uwsgi]
 ini = :pal
+py-autoreload = 0
 
 [pal]
 module = wsgi:app
 
 processes = 2
-threads = 2
+threads = 4
 plugin = python3
 
 master = true
 http-socket = :5000
 socket = /tmp/app.sock
 chmod-socket = 666
-vacuum = true
 
-die-on-term = true
\ No newline at end of file