From 355937f48d5c505d606ac1c211fb6427179d8a5b Mon Sep 17 00:00:00 2001 From: "A. Jesse Jiryu Davis" Date: Fri, 22 Nov 2019 01:47:10 +0000 Subject: SERVER-43000 Rename OpQueueBatcher to OplogBatcher --- src/mongo/db/repl/initial_syncer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mongo/db/repl/initial_syncer.h') diff --git a/src/mongo/db/repl/initial_syncer.h b/src/mongo/db/repl/initial_syncer.h index 6d3b1293b8d..cd1b6ae5d37 100644 --- a/src/mongo/db/repl/initial_syncer.h +++ b/src/mongo/db/repl/initial_syncer.h @@ -95,7 +95,7 @@ struct InitialSyncerOptions { // InitialSyncer waits this long before retrying getApplierBatchCallback() if there are // currently no operations available to apply or if the 'rsSyncApplyStop' failpoint is active. - // This default value is based on the duration in OpQueueBatcher::run(). + // This default value is based on the duration in OplogBatcher::run(). Milliseconds getApplierBatchCallbackRetryWait{1000}; // Replication settings -- cgit v1.2.1