Details
-
Improvement
-
Resolution: Won't Fix
-
Trivial - P5
-
None
-
None
-
None
-
None
Description
Currently when creating mongocryptd client we override ServerSelectionTimeout to be 1 second (MongocryptdFactory.CreateMongocryptdClient()).
We should consider changing this behavior if we want to allow the options to be more extensible.
For example we can specify the following mongocryptdURI option: "mongodb://localhost:27021/db?serverSelectionTimeoutMS=5000"
In current implementation serverSelectionTimeoutMS would be silently ignored.