diff options
author | 2018-09-21 20:02:57 +0200 | |
---|---|---|
committer | 2018-09-21 20:02:57 +0200 | |
commit | cabe890e6da209131bfceb61b8f205e6a0190872 (patch) | |
tree | ea7586690ce3c70cb5c3422692db439efc205613 | |
parent | Use UWSGI protocol socket. (diff) |
Use UWSGI protocol.
-rw-r--r-- | docker/app/uwsgi.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/app/uwsgi.ini b/docker/app/uwsgi.ini index 0b461f9a..70a39921 100644 --- a/docker/app/uwsgi.ini +++ b/docker/app/uwsgi.ini @@ -8,7 +8,7 @@ chdir = /app # Concurrency options master = true -threads = 4 +threads = 2 auto-procname = true procname-prefix-spaced = pysite : |