tune down ... 80k is over aggressive

This commit is contained in:
Sam 2013-11-19 15:06:34 +11:00
parent 518ae2c608
commit 67222ce8a0
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ module Middleware::UnicornOobgc
MIN_REQUESTS_PER_OOBGC = 3
# TUNE ME, for Discourse this number is good
MIN_FREE_SLOTS = 80_000
MIN_FREE_SLOTS = 50_000
def verbose(msg=nil)
@verbose ||= ENV["OOBGC_VERBOSE"] == "1" ? :true : :false