[Groonga-commit] droonga/droonga-engine at af39cde [master] Add missing key to specify internal connection lifetime

Back to archive index

YUKI Hiroshi null+****@clear*****
Wed Apr 22 19:52:23 JST 2015


YUKI Hiroshi	2015-04-22 19:52:23 +0900 (Wed, 22 Apr 2015)

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

  Message:
    Add missing key to specify internal connection lifetime

  Modified files:
    lib/droonga/supervisor.rb

  Modified: lib/droonga/supervisor.rb (+2 -0)
===================================================================
--- lib/droonga/supervisor.rb    2015-04-22 19:44:27 +0900 (5449699)
+++ lib/droonga/supervisor.rb    2015-04-22 19:52:23 +0900 (223fdaa)
@@ -76,12 +76,14 @@ module Droonga
       attr_accessor :database_path
       attr_accessor :plugins
       attr_accessor :job_pusher
+      attr_accessor :internal_connection_lifetime
       def initialize
         @name = nil
         @dataset = nil
         @database_path = nil
         @plugins = []
         @job_pusher = nil
+        @internal_connection_lifetime = nil
       end
     end
 
-------------- next part --------------
HTML����������������������������...
Descargar 



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