-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Server Selection
-
1
Regular (non-monitoring) connections in the driver have no connect_timeout set by default. Monitoring connections have a default connect_timeout of 10.
Mongoid documentation asserts our current connect timeout is 5, contrary to actual behavior.
Since the connect timeout is specified to be 10 by the upcoming uri options spec, let's set it to that value in the driver and update driver and Mongoid documentation accordingly.
- links to