[Groonga-commit] droonga/droonga-engine at 6e41fc6 [master] Fix indent

Back to archive index

YUKI Hiroshi null+****@clear*****
Tue Apr 14 14:21:21 JST 2015


YUKI Hiroshi	2015-04-14 14:21:21 +0900 (Tue, 14 Apr 2015)

  New Revision: 6e41fc6a77e2647af138671bc6ae77ef895a2d13
  https://github.com/droonga/droonga-engine/commit/6e41fc6a77e2647af138671bc6ae77ef895a2d13

  Message:
    Fix indent

  Modified files:
    lib/droonga/plugins/system/absorb_data.rb

  Modified: lib/droonga/plugins/system/absorb_data.rb (+9 -9)
===================================================================
--- lib/droonga/plugins/system/absorb_data.rb    2015-04-14 14:20:08 +0900 (7db8cbf)
+++ lib/droonga/plugins/system/absorb_data.rb    2015-04-14 14:21:21 +0900 (98406ca)
@@ -73,15 +73,15 @@ module Droonga
               end
               @dumper_error_message = dumper.run do |message|
                 begin
-                message["dataset"] = current_dataset
-                @messenger.forward(message,
-                                   "to"   => my_node_name,
-                                   "type" => message["type"])
-                @n_processed_messages += 1
-                elapsed_seconds = (Time.now - @start_time).to_i
-                if (elapsed_seconds % progress_interval_seconds).zero?
-                  report_progress
-                end
+                  message["dataset"] = current_dataset
+                  @messenger.forward(message,
+                                     "to"   => my_node_name,
+                                     "type" => message["type"])
+                  @n_processed_messages += 1
+                  elapsed_seconds = (Time.now - @start_time).to_i
+                  if (elapsed_seconds % progress_interval_seconds).zero?
+                    report_progress
+                  end
                 rescue Exception => exception
                   @dumper_error_message
                   on_finish
-------------- next part --------------
HTML����������������������������...
Descargar 



More information about the Groonga-commit mailing list
Back to archive index