-
Type:
Improvement
-
Resolution: Won't Fix
-
Priority:
Trivial - P5
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
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.