mirror of
https://github.com/discourse/discourse.git
synced 2025-03-08 04:09:53 +00:00
Missed a spot when removing Sidekiq::Statistic.
This commit is contained in:
parent
b00886f5c1
commit
f028d6cd52
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user