Skip to content

Commit

Permalink
Merge "[FAB-6512] Change gossip leader election default"
Browse files Browse the repository at this point in the history
  • Loading branch information
yacovm authored and Gerrit Code Review committed Oct 9, 2017
2 parents fcd9ddd + 947ca94 commit 7f4f74d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sampleconfig/core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,12 +113,12 @@ peer:
# connection with ordering service and use delivery protocol
# to pull ledger blocks from ordering service. It is recommended to
# use leader election for large networks of peers.
useLeaderElection: false
useLeaderElection: true
# Statically defines peer to be an organization "leader",
# where this means that current peer will maintain connection
# with ordering service and disseminate block across peers in
# its own organization
orgLeader: true
orgLeader: false

# Overrides the endpoint that the peer publishes to peers
# in its organization. For peers in foreign organizations
Expand Down

0 comments on commit 7f4f74d

Please sign in to comment.