aboutsummaryrefslogtreecommitdiff
path: root/uwsgi.ini
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2021-04-26 17:16:29 +0200
committerlonkaars <loek@pipeframe.xyz>2021-04-26 17:16:29 +0200
commit4fd6ebc050dd11213fe55407f0d5fdc74b81936c (patch)
treef3e0e75b4d79757a3298553e4a74b80ee3a17193 /uwsgi.ini
parent5c5136b511312ad03cb5d31c038f1aa02a8a2a22 (diff)
uwsgi working
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