Method: Mongo::Server::Connection#socket_timeout
- Defined in:
- lib/mongo/server/connection.rb
#socket_timeout ⇒ Float Also known as: timeout
Get the timeout to execute an operation on a socket.
263 264 265 |
# File 'lib/mongo/server/connection.rb', line 263 def socket_timeout @timeout ||= [:socket_timeout] end |