Commit 26f97aeac962ab41ff7490eed58460b5952f5ebf
1 parent
3d5f4cde
Exists in
master
KILL_ON_RSS for unicorn env variables removed
Showing
1 changed file
with
0 additions
and
4 deletions
Show diff stats
.env.default
... | ... | @@ -23,7 +23,3 @@ GITHUB_API_URL=https://api.github.com |
23 | 23 | GITHUB_ACCESS_SCOPE='[repo]' |
24 | 24 | GITHUB_SITE_TITLE=GitHub |
25 | 25 | DEVISE_MODULES='[database_authenticatable,recoverable,rememberable,trackable,validatable,omniauthable]' |
26 | -KILL_ON_REQUEST_COUNT_MIN=3072 | |
27 | -KILL_ON_REQUEST_COUNT_MAX=4096 | |
28 | -KILL_ON_RSS_MIN=250 | |
29 | -KILL_ON_RSS_MAX=300 | ... | ... |