Commit 2a03af5b4acb0a5d304fcb35e93daa12542cb202

Authored by Andrew Kane
1 parent dc86a2cd

Removed todo [skip ci]

Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
lib/searchkick/index.rb
... ... @@ -349,7 +349,6 @@ module Searchkick
349 349  
350 350 # https://gist.github.com/jarosan/3124884
351 351 # http://www.elasticsearch.org/blog/changing-mapping-with-zero-downtime/
352   - # TODO deprecate async in favor of mode: :async, wait: true/false
353 352 def full_reindex(relation, import: true, resume: false, retain: false, mode: :inline, refresh_interval: nil, scope: nil, wait: nil)
354 353 raise ArgumentError, "wait only available in :async mode" if !wait.nil? && mode != :async
355 354  
... ...