aboutsummaryrefslogtreecommitdiff
path: root/uwsgi.ini
diff options
context:
space:
mode:
Diffstat (limited to 'uwsgi.ini')
-rw-r--r--uwsgi.ini5
1 files changed, 4 insertions, 1 deletions
diff --git a/uwsgi.ini b/uwsgi.ini
index 1a66ca3..c9026a0 100644
--- a/uwsgi.ini
+++ b/uwsgi.ini
@@ -6,11 +6,14 @@ http=127.0.0.1:5000
need-app=true
lazy-apps=true
master=true
+enable-threads=true
processes=1
threads=1
single-interpreter=true
die-on-term=true
procname-prefix-spaced=vier op een rij api
vacuum=true
-pidfile=demo.pid
+pidfile=c4api.pid
worker-reload-mercy=5
+http-websockets = true
+gevent = 1000