mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 23:07:28 +08:00
tune down ... 80k is over aggressive
This commit is contained in:
@ -8,7 +8,7 @@ module Middleware::UnicornOobgc
|
|||||||
MIN_REQUESTS_PER_OOBGC = 3
|
MIN_REQUESTS_PER_OOBGC = 3
|
||||||
|
|
||||||
# TUNE ME, for Discourse this number is good
|
# TUNE ME, for Discourse this number is good
|
||||||
MIN_FREE_SLOTS = 80_000
|
MIN_FREE_SLOTS = 50_000
|
||||||
|
|
||||||
def verbose(msg=nil)
|
def verbose(msg=nil)
|
||||||
@verbose ||= ENV["OOBGC_VERBOSE"] == "1" ? :true : :false
|
@verbose ||= ENV["OOBGC_VERBOSE"] == "1" ? :true : :false
|
||||||
|
Reference in New Issue
Block a user