Commit 72385283ab0ad8dcdcd4011120244ceb333d35eb
1 parent
bd884785
Exists in
master
USE_UNICORN_WORKER_KILLER removed from .env.default
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
.env.default
... | ... | @@ -23,7 +23,6 @@ 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 | -USE_UNICORN_WORKER_KILLER=false | |
27 | 26 | KILL_ON_REQUEST_COUNT_MIN=3072 |
28 | 27 | KILL_ON_REQUEST_COUNT_MAX=4096 |
29 | 28 | KILL_ON_RSS_MIN=250 | ... | ... |