Kouhei Sutou
null+****@clear*****
Fri May 24 18:26:00 JST 2013
Kouhei Sutou 2013-05-24 18:26:00 +0900 (Fri, 24 May 2013) New Revision: 8f50fbc38ca9b9a4330a766682b452a7dcc9a669 https://github.com/groonga/groonga-query-log/commit/8f50fbc38ca9b9a4330a766682b452a7dcc9a669 Message: Indent Modified files: lib/groonga/query-log/replayer.rb Modified: lib/groonga/query-log/replayer.rb (+5 -5) =================================================================== --- lib/groonga/query-log/replayer.rb 2013-05-24 18:25:48 +0900 (7787c97) +++ lib/groonga/query-log/replayer.rb 2013-05-24 18:26:00 +0900 (8ef62ca) @@ -61,11 +61,11 @@ module Groonga @options.n_clients.times.collect do Thread.new do @options.create_client do - loop do - id, statistic =****@queue***** - break if id.nil? - replay_command(client, id, statistic.command) - end + loop do + id, statistic =****@queue***** + break if id.nil? + replay_command(client, id, statistic.command) + end end end end -------------- next part -------------- HTML����������������������������...Download