Skip to content

Commit c5de11c

Browse files
author
Bob Grabar
committed
DOCS-246 change to oplog example
1 parent 3643d61 commit c5de11c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/core/replication.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -300,9 +300,9 @@ Before oplog creation, you can specify the size of your oplog with the
300300
change the size of the oplog by using the :doc:`/tutorial/change-oplog-size` tutorial.
301301

302302
In most cases, the default oplog size is sufficient. For example, if an
303-
oplog that is 5% of free disk space fills up in an hour, then
304-
secondaries can stop copying entries from the oplog for 20 hours before
305-
they require full resyncing. If this were the case, you would have a
303+
oplog that is 5% of free disk space fills up in 24 hours of operations, then
304+
secondaries can stop copying entries from the oplog for 24 hours before
305+
they require full resyncing. This example describes a
306306
very high-volume member. In many circumstances, the default oplog can
307307
hold days of operations.
308308

0 commit comments

Comments
 (0)