Add the missing debug accessor
git-svn-id: file:///home/svn/framework3/trunk@12627 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
9f2ac9ae9f
commit
68ca98b225
|
@ -15,7 +15,7 @@ class MessagePackService
|
|||
|
||||
attr_accessor :service, :state, :srvhost, :srvport, :uri, :options
|
||||
attr_accessor :handlers, :default_handler, :method_blacklist
|
||||
attr_accessor :dispatcher_timeout
|
||||
attr_accessor :dispatcher_timeout, :debug
|
||||
|
||||
def initialize(host, port, options={})
|
||||
self.dispatcher_timeout = 7200
|
||||
|
|
Loading…
Reference in New Issue