aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Legler <alex@a3li.li>2015-02-25 11:31:03 +0100
committerAlex Legler <alex@a3li.li>2015-02-25 11:31:03 +0100
commitef30ac17210f8c5aeb9041faf1a4c34eaca5149e (patch)
tree6636cedca57c71241e9e52c14bd904404f0781ef
parentIncremental was not doing new messages!. (diff)
downloadbackend-ef30ac17210f8c5aeb9041faf1a4c34eaca5149e.tar.gz
backend-ef30ac17210f8c5aeb9041faf1a4c34eaca5149e.tar.bz2
backend-ef30ac17210f8c5aeb9041faf1a4c34eaca5149e.zip
tab fix
-rw-r--r--lib/storage.rb2
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'])