Skip to content

Commit 21af259

Browse files
committed
change max request size
1 parent aef612e commit 21af259

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

orderer/consensus/smartbft/util.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ func configFromMetadataOptions(selfID uint64, options *smartbft.Options) (types.
112112
}
113113

114114
// config.RequestMaxBytes = options.RequestMaxBytes
115+
config.RequestMaxBytes = 512000
115116
config.RequestBatchMaxCount = options.RequestBatchMaxCount
116117
config.RequestBatchMaxBytes = options.RequestBatchMaxBytes
117118
if config.RequestBatchMaxInterval, err = time.ParseDuration(options.RequestBatchMaxInterval); err != nil {

0 commit comments

Comments
 (0)