diff options
Diffstat (limited to 'jstests/replsets')
-rw-r--r-- | jstests/replsets/initial_sync_update_missing_doc_with_prepare.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/jstests/replsets/initial_sync_update_missing_doc_with_prepare.js b/jstests/replsets/initial_sync_update_missing_doc_with_prepare.js index 3a6d90b6cb0..d4143b50148 100644 --- a/jstests/replsets/initial_sync_update_missing_doc_with_prepare.js +++ b/jstests/replsets/initial_sync_update_missing_doc_with_prepare.js @@ -23,7 +23,6 @@ function doTest(doTransactionWork, numDocuments) { const replSet = new ReplSetTest({ name: name, nodes: 1, - nodeOptions: {setParameter: {maxNumberOfTransactionOperationsInSingleOplogEntry: 1}} }); replSet.startSet(); |