diff options
Diffstat (limited to 'src/mongo/db/repl/initial_syncer.h')
-rw-r--r-- | src/mongo/db/repl/initial_syncer.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mongo/db/repl/initial_syncer.h b/src/mongo/db/repl/initial_syncer.h index c64e290f983..5aea265e90e 100644 --- a/src/mongo/db/repl/initial_syncer.h +++ b/src/mongo/db/repl/initial_syncer.h @@ -102,8 +102,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 BackgroundSync::waitForMore() and - // SyncTail::tryPopAndWaitForMore(). + // This default value is based on the duration in SyncTail::OpQueueBatcher::run(). Milliseconds getApplierBatchCallbackRetryWait{1000}; // Replication settings |