The Database.RunCommandCursor method doesn't allow users to specify cursor options that are part of getMore rather than the initial find/aggregate/etc. We should figure out how we can add this functionality without changing the API. One thought is to add them to options.RunCmdOptions and document that they only apply to RunCommandCursor.
- is related to
-
DRIVERS-1589 Allow changing BatchSize for getMores; needed when BatchSize(0) uses default size
- Backlog
-
GODRIVER-1900 Add SetBatchSize method to driver.BatchCursor
- Closed