mirror of
https://github.com/frappe/gunicorn.git
synced 2026-07-04 03:31:29 +08:00
The values of both the 'workers' and 'umask' settings have global defaults. In the case of 'workers', this global default can be overridden by the WEB_CONCURRENCY environment variable, which prior to this commit is ignored by `gunicorn --paste`. Removing this duplication of defaults allows `gunicorn --paste` to respect settings from: - the environment (WEB_CONCURRENCY) - the paste configuration file - CLI flags