-
Type:
New Feature
-
Resolution: Done
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Embedded Shell
-
None
-
1
-
Iteration Lime
-
Needed
In keeping with the shell's commitment to implementing the driver CRUD API (SERVER-17953), the shell needs a maxAwaitTimeMS helper.
This is distinct from maxTimeMS (which doesn't have "Await" in it). maxAwaitTimeMS is a client-side option on tailable cursors with awaitData configured. maxAwaitTimeMS is the value the client passes to the server with the new "getMore" command for awaitData cursors.
Spec here: