mirror of
https://github.com/discourse/discourse.git
synced 2025-03-21 12:56:39 +08:00
FIX oobgc support for Ruby 2.1
This commit is contained in:
parent
a6f4d00670
commit
f617086e91
@ -77,6 +77,7 @@ module Middleware::UnicornOobgc
|
||||
def process_client(client)
|
||||
|
||||
if use_gctools?
|
||||
super(client)
|
||||
GC::OOB.run
|
||||
return
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user