Missed a spot when removing Sidekiq::Statistic.

This commit is contained in:
Guo Xiang Tan 2017-04-26 15:52:59 +08:00
parent b00886f5c1
commit f028d6cd52
1 changed files with 0 additions and 2 deletions

View File

@ -9,8 +9,6 @@ Sidekiq.configure_server do |config|
config.server_middleware do |chain| config.server_middleware do |chain|
chain.add Sidekiq::Pausable chain.add Sidekiq::Pausable
# ensure statistic middleware is included in case of a fork
chain.add Sidekiq::Statistic::Middleware
end end
end end