We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d03a9b6 commit 55ae709Copy full SHA for 55ae709
jstests/noPassthroughWithMongod/index_no_retry.js
@@ -51,6 +51,7 @@
51
if ( "a_1" == idxSpec.name &&
52
1 == idxSpec.key.a &&
53
idxSpec.background &&
54
+ op.progress &&
55
(op.progress.done / op.progress.total) > 0.20) {
56
indexBuildOpId = op.opid;
57
}
jstests/noPassthroughWithMongod/index_retry.js
0 commit comments