about summary refs log tree commit diff
path: root/config
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2023-03-12 23:47:55 +0100
committerGitHub <noreply@github.com>2023-03-12 23:47:55 +0100
commitf432db7b9f54501269c6377faf85b1b4b1424239 (patch)
tree9e08413951f351272aac31aabbade730d90021d2 /config
parent1ed12d5e2f6dc0f7d891916df84be6e06d37786d (diff)
Fix sidekiq jobs not triggering Elasticsearch index updates (#24046)
Diffstat (limited to 'config')
-rw-r--r--config/initializers/chewy.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/config/initializers/chewy.rb b/config/initializers/chewy.rb
index 752fc3c6d..2a91efefc 100644
--- a/config/initializers/chewy.rb
+++ b/config/initializers/chewy.rb
@@ -19,7 +19,6 @@ Chewy.settings = {
 # cycle, which takes care of checking if Elasticsearch is enabled
 # or not. However, mind that for the Rails console, the :urgent
 # strategy is set automatically with no way to override it.
-Chewy.root_strategy              = :mastodon
 Chewy.request_strategy           = :mastodon
 Chewy.use_after_commit_callbacks = false