summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mongo/db/resumable_index_builds.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/resumable_index_builds.idl b/src/mongo/db/resumable_index_builds.idl
index 6e940dc3c02..f27b45e3ec2 100644
--- a/src/mongo/db/resumable_index_builds.idl
+++ b/src/mongo/db/resumable_index_builds.idl
@@ -117,7 +117,7 @@ structs:
collectionScanPosition:
description: "The last record id inserted into the sorter before shutdown"
type:
- variant: [objectid, long]
+ variant: [objectid, safeInt64]
optional: true
indexes:
description: "The information needed to resume each specific index in this build"