diff options
| -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 : | 
