diff --git a/files/uwsgi.ini b/files/uwsgi.ini index ba00037..6912ae2 100644 --- a/files/uwsgi.ini +++ b/files/uwsgi.ini @@ -4,6 +4,6 @@ gid = stackalytics socket = 127.0.0.1:3031 pythonpath = /usr/local/lib/python2.7/dist-packages module = stackalytics.dashboard.web:app -processes = 4 +processes = 2 threads = 1 stats = 127.0.0.1:9191