diff --git a/app/config/uwsgi.ini b/app/config/uwsgi.ini index c996d6b66659ce79c29f7880619ca4a7ef23aff0..5790769b3259c0e58918d4d488bd3684ea5eb5a2 100644 --- a/app/config/uwsgi.ini +++ b/app/config/uwsgi.ini @@ -20,3 +20,7 @@ logger = file:$UWSGIERR # cd into the app directory chdir = $CODEROOT module = wsgi:app + +# For multithreading use +lazy = true +lazy-apps = true