diff options
author | Richard Kreuter <richard@10gen.com> | 2010-10-26 15:56:11 -0400 |
---|---|---|
committer | Richard Kreuter <richard@10gen.com> | 2010-11-02 11:15:57 -0400 |
commit | 959e62f1b29dfe326065292183ffeddae392fdd8 (patch) | |
tree | 9e9a75347f834352b046e3218a28014523cac0b8 /debian | |
parent | 5e25ec65b78c4d96c2b5384b76e282faa96c967a (diff) | |
download | mongo-959e62f1b29dfe326065292183ffeddae392fdd8.tar.gz |
Remove replica pair options from mongod conf files. SERVER-1788.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/mongodb.conf | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/debian/mongodb.conf b/debian/mongodb.conf index 6a5de055d3d..63f94f26ee0 100644 --- a/debian/mongodb.conf +++ b/debian/mongodb.conf @@ -82,14 +82,3 @@ logappend=true # or #master = true #source = slave.example.com - -# Address of a server to pair with. -#pairwith = <server:port> -# Address of arbiter server. -#arbiter = <server:port> -# Automatically resync if slave data is stale -#autoresync -# Custom size for replication operation log. -#oplogSize = <MB> -# Size limit for in-memory storage of op ids. -#opIdMem = <bytes> |