[Groonga-commit] groonga/groonga-query-log at 9acebf4 [master] Disable cache

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Sep 20 12:23:29 JST 2013


Kouhei Sutou	2013-09-20 12:23:29 +0900 (Fri, 20 Sep 2013)

  New Revision: 9acebf4fbe34415998bebdd992573b55ecca15ea
  https://github.com/groonga/groonga-query-log/commit/9acebf4fbe34415998bebdd992573b55ecca15ea

  Message:
    Disable cache

  Modified files:
    lib/groonga/query-log/memory-leak-detector.rb

  Modified: lib/groonga/query-log/memory-leak-detector.rb (+1 -0)
===================================================================
--- lib/groonga/query-log/memory-leak-detector.rb    2013-09-20 12:22:53 +0900 (efa9c8f)
+++ lib/groonga/query-log/memory-leak-detector.rb    2013-09-20 12:23:29 +0900 (454f904)
@@ -29,6 +29,7 @@ module Groonga
 
       def detect(input)
         each_command(input) do |command|
+          command["cache"] = "no"
           @options.create_client do |client|
             previous_memory_usage = nil
             @options.n_tries.times do |i|
-------------- next part --------------
HTML����������������������������...
下载 



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