-
Type: Improvement
-
Resolution: Gone away
-
Priority: Major - P3
-
None
-
Affects Version/s: 2.18.0
-
Component/s: API
-
None
MongoDB supports server side timeout (MaxTimeMs) for nearly all queries.
However, the corresponding configuration property is missing on certain option classes:
- BulkWriteOptions
- DeleteOptions
- InsertManyOptions
- InsertOneOptions
- ReplaceOptions
- UpdateOptions
There might be other properties be missing on those commands.
Please add the MaxTimeMs (and probably other missing properties) to the options.
- duplicates
-
DRIVERS-797 Support maxTimeMS for write operations
- Closed
- related to
-
CSHARP-3393 Client Side Operations Timeout
- Backlog