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=0df9d8366e07eafad19b4094fe65d3539536d525;hpb=f23e41dfe33972b5ccfcfa7f192f7865f7479f9c;p=csit.git diff --git a/resources/tools/dash/app/app.ini b/resources/tools/dash/app/app.ini index 0df9d8366e..efbea3f13a 100644 --- a/resources/tools/dash/app/app.ini +++ b/resources/tools/dash/app/app.ini @@ -1,11 +1,17 @@ [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