feat(dash): Terraform AWS Beanstalk split
[csit.git] / resources / tools / dash / app / app.ini
index bbf2943..bff7c12 100644 (file)
@@ -5,13 +5,11 @@ ini = :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