-
Type: Improvement
-
Resolution: Fixed
-
Priority: Minor - P4
-
Affects Version/s: None
-
Component/s: Configuration
-
None
-
Fully Compatible
-
Not Needed
Right now, a value for maintenanceInitialDelayMs can be set using ConnectionPoolSettigs.Builder. However, this can only be accessed via MongoClientSettings, and not MongoClientOptions. This makes providing a value for maintenanceInitialDelayMs impossible for those using the legacy MongoClient. This should be changed so that MongoClientOptions is aware of all options that can be passed through MongoClientSettings.