The server selection spec states that localThresholdMS should default to 15 milliseconds, but MONGOC_TOPOLOGY_LOCAL_THRESHOLD_MS is defined as 15000 (i.e. 15 seconds). In practice, this causes mongoc_topology_description_suitable_servers() to append most every server to the list before random selection.
- is related to
-
CDRIVER-2056 mongoc_uri_get_option_as_int32() does not allow a localThresholdMS of zero
- Closed
- related to
-
PHPC-917 localThresholdMS should default to 15 milliseconds
- Closed
-
PHPC-918 localThresholdMS of zero is not supported
- Closed
- links to