Method: Mongo::Server::ConnectionPool#max_connecting
- Defined in:
- lib/mongo/server/connection_pool.rb
#max_connecting ⇒ Object (readonly)
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.
342 343 344 |
# File 'lib/mongo/server/connection_pool.rb', line 342 def max_connecting @max_connecting end |