Method: Mongo::Srv::Resolver#timeout
- Defined in:
- lib/mongo/srv/resolver.rb
#timeout ⇒ Object
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 [:timeout] || Monitor::DEFAULT_TIMEOUT end |