mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-25 15:09:29 +00:00
Fix Chewy trying to update index with the wrong strategy (#6464)
This commit is contained in:
parent
cf36d184f4
commit
e20700fe8f
|
@ -11,7 +11,8 @@ Chewy.settings = {
|
||||||
journal: false,
|
journal: false,
|
||||||
}
|
}
|
||||||
|
|
||||||
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 a new issue