Commit b116563a08a32a03ee25ca66502d0e584040b173

Authored by Andrew Kane
1 parent 36db3680

Added todo

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
lib/searchkick/reindex.rb
... ... @@ -19,6 +19,7 @@ module Searchkick
19 19 index.import batch
20 20 end
21 21 else
  22 + # TODO import in batches
22 23 index.import scope.all
23 24 end
24 25  
... ...