X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Ftools%2Fdash%2Fapp%2Fapp.ini;h=efbea3f13a3190e8e5bdca5c31e5086bb028f3b2;hb=refs%2Fchanges%2F73%2F36173%2F2;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..efbea3f13a 100644 --- a/resources/tools/dash/app/app.ini +++ b/resources/tools/dash/app/app.ini @@ -1,17 +1,21 @@ [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 +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