mirror of
https://github.com/discourse/discourse.git
synced 2025-06-05 11:27:32 +08:00
FIX oobgc support for Ruby 2.1
This commit is contained in:
@ -77,6 +77,7 @@ module Middleware::UnicornOobgc
|
||||
def process_client(client)
|
||||
|
||||
if use_gctools?
|
||||
super(client)
|
||||
GC::OOB.run
|
||||
return
|
||||
end
|
||||
|
Reference in New Issue
Block a user