mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 08:09:33 +08:00
c0d947aa98
memstats can output yaml now
5 lines
111 B
Ruby
5 lines
111 B
Ruby
if ENV['UNICORN_ENABLE_OOBGC'] == '1'
|
|
require 'middleware/unicorn_oobgc'
|
|
Middleware::UnicornOobgc.init
|
|
end
|