Eugen Rochko
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
1 deletions
-
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 |
|
|
|