Skip to content

Commit 66781c7

Browse files
author
Jason Yellick
committed
[FAB-2814] Change default batch timeout to 2s
https://jira.hyperledger.org/browse/FAB-2814 There have been a number of requests to reduce the default batch timeout from its current default of 10s to something more appropriate for demos. This CR changes the default from 10s, to the v0.6 default of 2s. Change-Id: Id08af41dc3fca2a4e5659f5a0b4c9349adfb5141 Signed-off-by: Jason Yellick <[email protected]>
1 parent a71af56 commit 66781c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/configtx/tool/configtx.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Orderer: &OrdererDefaults
102102
- 127.0.0.1:7050
103103

104104
# Batch Timeout: The amount of time to wait before creating a batch.
105-
BatchTimeout: 10s
105+
BatchTimeout: 2s
106106

107107
# Batch Size: Controls the number of messages batched into a block.
108108
BatchSize:

0 commit comments

Comments
 (0)