HAYASHI Kentaro
null+****@clear*****
Thu Oct 10 12:13:31 JST 2013
HAYASHI Kentaro 2013-10-10 12:13:31 +0900 (Thu, 10 Oct 2013) New Revision: d021ab56466afd0da03d092233cae1c058b84491 https://github.com/groonga/groonga-query-log/commit/d021ab56466afd0da03d092233cae1c058b84491 Message: Fix typos Modified files: lib/groonga/query-log/analyzer.rb Modified: lib/groonga/query-log/analyzer.rb (+3 -3) =================================================================== --- lib/groonga/query-log/analyzer.rb 2013-10-10 12:10:24 +0900 (ea9618e) +++ lib/groonga/query-log/analyzer.rb 2013-10-10 12:13:31 +0900 (3405b05) @@ -174,9 +174,9 @@ module Groonga parser.on("--slow-response-threshold=THRESHOLD", Float, - "Use THRESHOLD seconds to detect slow operations.", - "(#{@options[:sloq_response_threshold]})") do |threshold| - @options[:sloq_response_threshold] = threshold + "Use THRESHOLD seconds to detect slow responses.", + "(#{@options[:slow_response_threshold]})") do |threshold| + @options[:slow_response_threshold] = threshold end available_reporters = ["console", "json", "html"] -------------- next part -------------- HTML����������������������������...Download