diff options
Diffstat (limited to 'docker')
-rw-r--r-- | docker/app/uwsgi.ini | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docker/app/uwsgi.ini b/docker/app/uwsgi.ini index eb5b4ec2..3bfcd3f8 100644 --- a/docker/app/uwsgi.ini +++ b/docker/app/uwsgi.ini @@ -16,8 +16,6 @@ master = true cheaper = 1 # Allow a maximum of 4 workers workers = 4 -# Check how busy our workers are every 10 seconds -cheaper-overload = 10 # Automatically set up meanginful process names auto-procname = true # Prefix process names with `pysite : ` |