[Groonga-commit] droonga/droonga-engine at 1f899aa [master] Remove needless cache

Back to archive index

Kouhei Sutou null+****@clear*****
Mon May 26 16:29:28 JST 2014


Kouhei Sutou	2014-05-26 16:29:28 +0900 (Mon, 26 May 2014)

  New Revision: 1f899aa40a35f89f133a44218d907ecbfb7446d6
  https://github.com/droonga/droonga-engine/commit/1f899aa40a35f89f133a44218d907ecbfb7446d6

  Message:
    Remove needless cache

  Modified files:
    lib/droonga/command/serf_event_handler.rb

  Modified: lib/droonga/command/serf_event_handler.rb (+1 -1)
===================================================================
--- lib/droonga/command/serf_event_handler.rb    2014-05-26 16:28:19 +0900 (5670e7d)
+++ lib/droonga/command/serf_event_handler.rb    2014-05-26 16:29:28 +0900 (3a95bab)
@@ -69,7 +69,7 @@ module Droonga
       end
 
       def list_file
-        @list_file ||= Droonga::Path.state + LiveNodesListObserver::LIST_FILE_NAME
+        Droonga::Path.state + LiveNodesListObserver::LIST_FILE_NAME
       end
 
       def output_live_nodes
-------------- next part --------------
HTML����������������������������...
Download 



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