We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 584fb4c commit 3e70216Copy full SHA for 3e70216
lib/mongo/server/connection_pool.rb
@@ -341,7 +341,7 @@ def check_out
341
)
342
343
msg = @lock.synchronize do
344
- "Timed out when attempting to check out a connection " +
+ "Timed out attempting to check out a connection " +
345
"from pool for #{@server.address} after #{wait_timeout} sec. " +
346
"Connections in pool: #{@available_connections.length} available, " +
347
"#{@checked_out_connections.length} checked out, " +
0 commit comments