From 58a09b049e21b4d015e6a26c9c4283f905341eef Mon Sep 17 00:00:00 2001 From: Greg Studer Date: Mon, 28 Jan 2013 13:19:47 -0500 Subject: [PATCH] Update source/includes/fact-replica-set-sync-from-is-temporary.rst DOCS-1028 updated behavior of replSetSyncFrom for 2.4. --- source/includes/fact-replica-set-sync-from-is-temporary.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/source/includes/fact-replica-set-sync-from-is-temporary.rst b/source/includes/fact-replica-set-sync-from-is-temporary.rst index 137fa229e5b..ca4aac1171d 100644 --- a/source/includes/fact-replica-set-sync-from-is-temporary.rst +++ b/source/includes/fact-replica-set-sync-from-is-temporary.rst @@ -1,4 +1,5 @@ :dbcommand:`replSetSyncFrom` and :method:`rs.syncFrom()` provide a temporary override of default behavior. If the :program:`mongod` -restarts or the connection to the sync target closes, -:program:`mongod` will revert to the default sync logic and target. +restarts, the connection to the sync target closes, or the sync target falls +more than 30s behind another node, :program:`mongod` will revert to +the default sync logic and target.