Skip to content

Commit

Permalink
Merge "[FAB-2814] Change default batch timeout to 2s"
Browse files Browse the repository at this point in the history
  • Loading branch information
mastersingh24 authored and Gerrit Code Review committed Mar 17, 2017
2 parents dfc3077 + 66781c7 commit e5057c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/configtx/tool/configtx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Orderer: &OrdererDefaults
- 127.0.0.1:7050

# Batch Timeout: The amount of time to wait before creating a batch.
BatchTimeout: 10s
BatchTimeout: 2s

# Batch Size: Controls the number of messages batched into a block.
BatchSize:
Expand Down

0 comments on commit e5057c5

Please sign in to comment.