X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Ftools%2Fdash%2Fapp%2Fapp.ini;h=9608f7c38dbe2fa18913ad77e63f9a75953cb738;hb=371bac71bc789bf9d68fa1b8ba77f21c4876244f;hp=bff7c12c892b7c020317fd3494b30de2a0a8b3f5;hpb=6c8ca0ad2a9fe0bab2033e41c6b056226cf9a856;p=csit.git diff --git a/resources/tools/dash/app/app.ini b/resources/tools/dash/app/app.ini index bff7c12c89..9608f7c38d 100644 --- a/resources/tools/dash/app/app.ini +++ b/resources/tools/dash/app/app.ini @@ -1,11 +1,16 @@ [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 = 4 +workers = 2 plugin = python3 master = true