Commit 895b4fd00184d83f41721ad01908dc7ea40c8d08

Authored by Andrew
1 parent ea84e85d

Mode: true -> :inline [skip ci]

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
lib/searchkick/reindex_v2_job.rb
... ... @@ -30,7 +30,7 @@ module Searchkick
30 30 record.id = id
31 31 end
32 32  
33   - RecordIndexer.new(record).reindex(method_name, mode: true)
  33 + RecordIndexer.new(record).reindex(method_name, mode: :inline)
34 34 end
35 35 end
36 36 end
... ...