summaryrefslogtreecommitdiff
path: root/src/mongo/shell/bench.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/shell/bench.cpp')
-rw-r--r--src/mongo/shell/bench.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/shell/bench.cpp b/src/mongo/shell/bench.cpp
index 54ce09d3dc8..50eeb355be7 100644
--- a/src/mongo/shell/bench.cpp
+++ b/src/mongo/shell/bench.cpp
@@ -398,6 +398,7 @@ int runQueryWithReadCommands(DBClientBase* conn,
GetMoreRequest getMoreRequest(lpq->nss(),
cursorResponse.getCursorId(),
lpq->getBatchSize(),
+ boost::none, // maxTimeMS
boost::none, // term
boost::none); // lastKnownCommittedOpTime
BSONObj getMoreCommandResult;