[Groonga-commit] droonga/droonga-engine at 2ac1eb7 [master] Use "-" as word separator

Back to archive index

Kouhei Sutou null+****@clear*****
Tue May 27 12:38:12 JST 2014


Kouhei Sutou	2014-05-27 12:38:12 +0900 (Tue, 27 May 2014)

  New Revision: 2ac1eb7f4bc89683ddd5261195a55d603708009e
  https://github.com/droonga/droonga-engine/commit/2ac1eb7f4bc89683ddd5261195a55d603708009e

  Message:
    Use "-" as word separator
    
    Because "live-nodes.json" uses "-".

  Modified files:
    lib/droonga/engine.rb

  Modified: lib/droonga/engine.rb (+2 -2)
===================================================================
--- lib/droonga/engine.rb    2014-05-27 12:34:15 +0900 (662eb6e)
+++ lib/droonga/engine.rb    2014-05-27 12:38:12 +0900 (ca77244)
@@ -28,8 +28,8 @@ module Droonga
   class Engine
     include Loggable
 
-    LAST_PROCESSED_TIMESTAMP = "last_processed_timestamp"
-    EFFECTIVE_MESSAGE_TIMESTAMP = "effective_message_timestamp"
+    LAST_PROCESSED_TIMESTAMP = "last-processed-timestamp"
+    EFFECTIVE_MESSAGE_TIMESTAMP = "effective-message-timestamp"
 
     def initialize(loop, name, internal_name)
       @state = EngineState.new(loop, name, internal_name)
-------------- next part --------------
HTML����������������������������...
下載 



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