~ubuntu-branches/ubuntu/trusty/juju-core/trusty-proposed

« back to all changes in this revision

Viewing changes to src/launchpad.net/juju-core/replicaset/replicaset.go

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2014-02-03 09:22:46 UTC
  • mfrom: (1.1.17)
  • Revision ID: package-import@ubuntu.com-20140203092246-e03vg402vztzo4qa
Tags: 1.17.2-0ubuntu1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
        "labix.org/v2/mgo/bson"
10
10
)
11
11
 
 
12
// MaxPeers defines the maximum number of peers that mongo supports.
 
13
const MaxPeers = 7
 
14
 
12
15
// Initiate sets up a replica set with the given replica set name with the
13
16
// single given member.  It need be called only once for a given mongo replica
14
17
// set.