[Groonga-commit] groonga/groonga-query-log at 082739c [master] groonga-query-log-replay: fix a bug that n_clients option is not reflected correctly

Back to archive index

Kentaro Hayashi null+****@clear*****
Mon Sep 25 19:37:06 JST 2017


Kentaro Hayashi	2017-09-25 19:37:06 +0900 (Mon, 25 Sep 2017)

  New Revision: 082739c12a3da280d53b29baedf72edf9d022ac9
  https://github.com/groonga/groonga-query-log/commit/082739c12a3da280d53b29baedf72edf9d022ac9

  Merged 47c4477: Merge pull request #28 from kenhys/fix-n-clients-option

  Message:
    groonga-query-log-replay: fix a bug that n_clients option is not reflected correctly

  Modified files:
    lib/groonga/query-log/command/replay.rb

  Modified: lib/groonga/query-log/command/replay.rb (+1 -1)
===================================================================
--- lib/groonga/query-log/command/replay.rb    2017-05-31 16:16:45 +0900 (7022521)
+++ lib/groonga/query-log/command/replay.rb    2017-09-25 19:37:06 +0900 (2029559)
@@ -72,7 +72,7 @@ module Groonga
           parser.on("--n-clients=N", Integer,
                     "The max number of concurrency",
                     "[#{@options.n_clients}]") do |n_clients|
-            @options.n_cilents = n_clients
+            @options.n_clients = n_clients
           end
 
           parser.on("--request-queue-size=SIZE", Integer,
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20170925/62d2dc4d/attachment.htm 



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