feat(uti): Use only 1 worker
[csit.git] / resources / tools / dash / app / app.ini
1 [uwsgi]
2 ini = :pal
3 py-autoreload = 0
4
5 [pal]
6 module = wsgi:app
7 master-fifo = /tmp/masterfifo
8 lazy = True
9 lazy-apps = True
10 touch-chain-reload
11 listen = 128
12
13 workers = 2
14 plugin = python3
15
16 master = true
17 http-socket = :5000
18 socket = /tmp/app.sock
19 chmod-socket = 666
20