summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/repl_set_config.h
diff options
context:
space:
mode:
authorRobert Guo <robert.guo@10gen.com>2017-04-20 10:58:37 -0400
committerRobert Guo <robert.guo@10gen.com>2017-04-20 10:58:57 -0400
commitc08590a6ac9dc54c9d910822d47ea17140b56f89 (patch)
tree9a6986057f4453f858fac87d43b7435e56f5e807 /src/mongo/db/repl/repl_set_config.h
parentfac33fe5a6814169c9c6131d80f1b325c74647da (diff)
downloadmongo-c08590a6ac9dc54c9d910822d47ea17140b56f89.tar.gz
Revert "SERVER-26848 Exit catchup mode when not syncing more data."
This reverts commit d0c851e2f4bfea514e22c97af1838640d2849a8c.
Diffstat (limited to 'src/mongo/db/repl/repl_set_config.h')
-rw-r--r--src/mongo/db/repl/repl_set_config.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/repl/repl_set_config.h b/src/mongo/db/repl/repl_set_config.h
index 63d5bcb80e8..e44e51b12a7 100644
--- a/src/mongo/db/repl/repl_set_config.h
+++ b/src/mongo/db/repl/repl_set_config.h
@@ -59,7 +59,6 @@ public:
static const size_t kMaxMembers = 50;
static const size_t kMaxVotingMembers = 7;
- static const Milliseconds kInfiniteCatchUpTimeout;
static const Milliseconds kDefaultElectionTimeoutPeriod;
static const Milliseconds kDefaultHeartbeatInterval;