mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-22 17:45:10 +00:00
git commit -m "Updated configtx.yaml file"
This commit is contained in:
parent
820368571d
commit
9b86d84f1a
1 changed files with 2 additions and 2 deletions
|
|
@ -188,11 +188,11 @@ Orderer: &OrdererDefaults
|
||||||
MaxMessageCount: 10
|
MaxMessageCount: 10
|
||||||
# Absolute Max Bytes: The absolute maximum number of bytes allowed for
|
# Absolute Max Bytes: The absolute maximum number of bytes allowed for
|
||||||
# the serialized messages in a batch.
|
# the serialized messages in a batch.
|
||||||
AbsoluteMaxBytes: 99 MB
|
AbsoluteMaxBytes: 500 MB
|
||||||
# Preferred Max Bytes: The preferred maximum number of bytes allowed for
|
# Preferred Max Bytes: The preferred maximum number of bytes allowed for
|
||||||
# the serialized messages in a batch. A message larger than the preferred
|
# the serialized messages in a batch. A message larger than the preferred
|
||||||
# max bytes will result in a batch larger than preferred max bytes.
|
# max bytes will result in a batch larger than preferred max bytes.
|
||||||
PreferredMaxBytes: 512 KB
|
PreferredMaxBytes: 1 MB
|
||||||
# Organizations is the list of orgs which are defined as participants on
|
# Organizations is the list of orgs which are defined as participants on
|
||||||
# the orderer side of the network
|
# the orderer side of the network
|
||||||
Organizations:
|
Organizations:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue