X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Ftools%2Fdash%2Fapp%2Fapp.ini;h=9608f7c38dbe2fa18913ad77e63f9a75953cb738;hb=aa9f6d2b4d417b439e2953a9c82c31b0d561f632;hp=bbf2943193eb088983668f0653dd29c86c1a2e35;hpb=a5e8351152d9513811e2d6d9eaaf2180e35e002d;p=csit.git diff --git a/resources/tools/dash/app/app.ini b/resources/tools/dash/app/app.ini index bbf2943193..9608f7c38d 100644 --- a/resources/tools/dash/app/app.ini +++ b/resources/tools/dash/app/app.ini @@ -1,17 +1,20 @@ [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 = 2 +workers = 2 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