-
Type: Spec Change
-
Resolution: Won't Fix
-
Priority: Unknown
-
None
-
Component/s: CRUD
-
None
-
Needed
The current spec for runCursorCommand requires a cursorType option that allows users to define the behavior of their cursor with respect to tailable and awaitData. However, users can already set this behavior in the command to be run itself, making this option redundant. It is trivial to implement this option as currently specified, but in the interest of maintaining a minimal, clean interface this option should be removed from the spec.