Nick Stenning b135c0570f Respect defaults when running a paster application
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
2015-10-15 14:10:49 +02:00
..
2012-12-24 09:53:03 +01:00
2015-07-08 09:21:32 +03:00
2013-11-04 13:36:21 +01:00