mirror of https://github.com/tootsuite/mastodon
Fix Chewy trying to update index with the wrong strategy (#6464)
parent
cf36d184f4
commit
e20700fe8f
|
@ -12,6 +12,7 @@ Chewy.settings = {
|
||||||
}
|
}
|
||||||
|
|
||||||
Chewy.root_strategy = enabled ? :sidekiq : :bypass
|
Chewy.root_strategy = enabled ? :sidekiq : :bypass
|
||||||
|
Chewy.request_strategy = enabled ? :sidekiq : :bypass
|
||||||
|
|
||||||
module Chewy
|
module Chewy
|
||||||
class << self
|
class << self
|
||||||
|
|
Loading…
Reference in New Issue