diff options
author | Alex Legler <alex@a3li.li> | 2015-02-25 11:31:03 +0100 |
---|---|---|
committer | Alex Legler <alex@a3li.li> | 2015-02-25 11:31:03 +0100 |
commit | ef30ac17210f8c5aeb9041faf1a4c34eaca5149e (patch) | |
tree | 6636cedca57c71241e9e52c14bd904404f0781ef | |
parent | Incremental was not doing new messages!. (diff) | |
download | backend-ef30ac17210f8c5aeb9041faf1a4c34eaca5149e.tar.gz backend-ef30ac17210f8c5aeb9041faf1a4c34eaca5149e.tar.bz2 backend-ef30ac17210f8c5aeb9041faf1a4c34eaca5149e.zip |
tab fix
-rw-r--r-- | lib/storage.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/storage.rb b/lib/storage.rb index fe50ea8..e8de874 100644 --- a/lib/storage.rb +++ b/lib/storage.rb @@ -247,7 +247,7 @@ module Ag::Storage opts = { :in_processes => Ag::Utils.proc_count, } - opts[:progress] = "Calculating Threading (Pass #{pass})" if $options.progress + opts[:progress] = "Calculating Threading (Pass #{pass})" if $options.progress Parallel.each(result['hits']['hits'], opts) do |hit| msg = resolve_message_id(list, hit['_source']['raw_parent']) |