summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/initial_syncer.h
diff options
context:
space:
mode:
authorA. Jesse Jiryu Davis <jesse@mongodb.com>2019-11-22 01:47:10 +0000
committerevergreen <evergreen@mongodb.com>2019-11-22 01:47:10 +0000
commit355937f48d5c505d606ac1c211fb6427179d8a5b (patch)
tree728f34e6b2978dae7e3da2c667d49794ce5d8ff5 /src/mongo/db/repl/initial_syncer.h
parent48c3f738be846ddb7ad5309ef834f851eed0fd1a (diff)
downloadmongo-355937f48d5c505d606ac1c211fb6427179d8a5b.tar.gz
SERVER-43000 Rename OpQueueBatcher to OplogBatcher
Diffstat (limited to 'src/mongo/db/repl/initial_syncer.h')
-rw-r--r--src/mongo/db/repl/initial_syncer.h2
1 files changed, 1 insertions, 1 deletions
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