diff options
author | 2018-09-21 21:37:31 +0200 | |
---|---|---|
committer | 2018-09-21 21:37:31 +0200 | |
commit | 5bf0782dc5fcc97482f874db4ce18bcac825cf0a (patch) | |
tree | cd74c9d7492dd34f99f646bcf9cdb967f0180450 /docker/app | |
parent | Set up graceful shutdown. (diff) |
Use default `cheaper` interval setting.
Diffstat (limited to 'docker/app')
-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 : ` |