Skip to content
Snippets Groups Projects
Unverified Commit e20700fe authored by Eugen Rochko's avatar Eugen Rochko Committed by GitHub
Browse files

Fix Chewy trying to update index with the wrong strategy (#6464)

parent cf36d184
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,8 @@ Chewy.settings = {
journal: false,
}
Chewy.root_strategy = enabled ? :sidekiq : :bypass
Chewy.root_strategy = enabled ? :sidekiq : :bypass
Chewy.request_strategy = enabled ? :sidekiq : :bypass
module Chewy
class << self
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment