[Groonga-commit] droonga/droonga-engine at 3e14d7e [master] Ignore invalid value for accept_messages_newer_than

Back to archive index

YUKI Hiroshi null+****@clear*****
Wed Apr 8 10:57:55 JST 2015


YUKI Hiroshi	2015-04-08 10:57:55 +0900 (Wed, 08 Apr 2015)

  New Revision: 3e14d7ec6ef1e99a4e5f511b172caf82908c88cd
  https://github.com/droonga/droonga-engine/commit/3e14d7ec6ef1e99a4e5f511b172caf82908c88cd

  Message:
    Ignore invalid value for accept_messages_newer_than

  Modified files:
    lib/droonga/engine_node.rb

  Modified: lib/droonga/engine_node.rb (+1 -1)
===================================================================
--- lib/droonga/engine_node.rb    2015-04-08 10:51:44 +0900 (83d852b)
+++ lib/droonga/engine_node.rb    2015-04-08 10:57:55 +0900 (a8881d0)
@@ -175,7 +175,7 @@ module Droonga
     end
 
     def parse_accept_messages_newer_than_timestamp
-      return nil if****@state*****? or not****@state*****?("accept_messages_newer_than")
+      return nil if****@state*****? or @state["accept_messages_newer_than"].nil?
       Time.parse(@state["accept_messages_newer_than"])
     end
 
-------------- next part --------------
HTML����������������������������...
Download 



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