summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/initial_syncer.h
diff options
context:
space:
mode:
authorMihai Andrei <mihai.andrei@mongodb.com>2019-10-02 16:57:41 +0000
committerevergreen <evergreen@mongodb.com>2019-10-02 16:57:41 +0000
commit22d98f57d8d1f8efe442c4c63fdd245b65c8861b (patch)
tree33cb324b03952be99c7b21b85becdbdd0de3ecfe /src/mongo/db/repl/initial_syncer.h
parent260d57123962476165ceb7b1b7185b63bfd9f7ca (diff)
downloadmongo-22d98f57d8d1f8efe442c4c63fdd245b65c8861b.tar.gz
SERVER-43651 Move fillWriterVectors, multiSyncApply, and syncApply to OplogApplierImpl
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 c83f4c134df..adc891bc5d1 100644
--- a/src/mongo/db/repl/initial_syncer.h
+++ b/src/mongo/db/repl/initial_syncer.h
@@ -96,7 +96,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 SyncTail::OpQueueBatcher::run().
+ // This default value is based on the duration in OpQueueBatcher::run().
Milliseconds getApplierBatchCallbackRetryWait{1000};
// Replication settings