about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--config/initializers/chewy.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/initializers/chewy.rb b/config/initializers/chewy.rb
index bef2746ec..702f7516c 100644
--- a/config/initializers/chewy.rb
+++ b/config/initializers/chewy.rb
@@ -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