Navigation Menu

Skip to content

Commit

Permalink
Add missing key to specify internal connection lifetime
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 22, 2015
1 parent c0d93ec commit af39cde
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/droonga/supervisor.rb
Expand Up @@ -76,12 +76,14 @@ class WorkerConfiguration
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

Expand Down

0 comments on commit af39cde

Please sign in to comment.