From 5bf0782dc5fcc97482f874db4ce18bcac825cf0a Mon Sep 17 00:00:00 2001 From: Johannes Christ Date: Fri, 21 Sep 2018 21:37:31 +0200 Subject: Use default `cheaper` interval setting. --- docker/app/uwsgi.ini | 2 -- 1 file changed, 2 deletions(-) (limited to 'docker') 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 : ` -- cgit v1.2.3