Method: Mongo::Srv::Resolver#timeout

Defined in:
lib/mongo/srv/resolver.rb

#timeoutObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



60
61
62
# File 'lib/mongo/srv/resolver.rb', line 60

def timeout
  options[:timeout] || Monitor::DEFAULT_TIMEOUT
end