-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Config
-
None
-
Minor Change
One situation this bit us is when the timeout validator converted maxIdleTimeMS into a seconds value but the code base still referred to this as max_idle_time_ms. I've renamed it internally to max_idle_time_seconds but we should think about modifying the option validator to never change the value of the option.
This would also give users the ability to pass validated options into the MongoClient constructor, see PYTHON-1334.
- is related to
-
PYTHON-1687 Allow uri_parser to render a working connection string after validation
- Backlog
- related to
-
PYTHON-1482 Critical Fault in max_idle_time_ms checking logic (causes connections to close instantly)
- Closed
-
PYTHON-1334 ReadPreference is changed from a string to a number by the URI parser
- Closed
-
PYTHON-2164 Rethink MongoClient read only configuration attributes
- Closed