mirror of
https://github.com/discourse/discourse.git
synced 2025-06-05 14:07:30 +08:00
Missed a spot when removing Sidekiq::Statistic.
This commit is contained in:
@ -9,8 +9,6 @@ Sidekiq.configure_server do |config|
|
||||
|
||||
config.server_middleware do |chain|
|
||||
chain.add Sidekiq::Pausable
|
||||
# ensure statistic middleware is included in case of a fork
|
||||
chain.add Sidekiq::Statistic::Middleware
|
||||
end
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user