[Groonga-commit] droonga/droonga-engine at 6964eef [master] Use ".timestamp" extension

Back to archive index

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


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

  New Revision: 6964eefd7f60ebd7f429e9ea13a309696ed6895e
  https://github.com/droonga/droonga-engine/commit/6964eefd7f60ebd7f429e9ea13a309696ed6895e

  Message:
    Use ".timestamp" extension

  Modified files:
    lib/droonga/engine.rb

  Modified: lib/droonga/engine.rb (+2 -2)
===================================================================
--- lib/droonga/engine.rb    2014-05-27 12:38:12 +0900 (ca77244)
+++ lib/droonga/engine.rb    2014-05-27 12:38:24 +0900 (6d700d0)
@@ -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����������������������������...
Download 



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