Skip to content

Commit

Permalink
[FAB-11184] Set batch timeout to 500ms
Browse files Browse the repository at this point in the history
Change-Id: If67d5e973f839262f297b22df741e546c5b92d75
Signed-off-by: Troy Ronda <troy@troyronda.com>
  • Loading branch information
troyronda committed Jul 16, 2018
1 parent d489eba commit 0382366
Show file tree
Hide file tree
Showing 30 changed files with 3 additions and 3 deletions.
Binary file modified test/fixtures/fabric/v1.1/channel/mychannel.tx
Binary file not shown.
Binary file modified test/fixtures/fabric/v1.1/channel/mychannelOrg1MSPanchors.tx
Binary file not shown.
Binary file modified test/fixtures/fabric/v1.1/channel/mychannelOrg2MSPanchors.tx
Binary file not shown.
Binary file modified test/fixtures/fabric/v1.1/channel/orgchannel.tx
Binary file not shown.
Binary file modified test/fixtures/fabric/v1.1/channel/orgchannelOrg1MSPanchors.tx
Binary file not shown.
Binary file modified test/fixtures/fabric/v1.1/channel/orgchannelOrg2MSPanchors.tx
Binary file not shown.
Binary file modified test/fixtures/fabric/v1.1/channel/testchannel.tx
Binary file not shown.
Binary file modified test/fixtures/fabric/v1.1/channel/testchannelOrg1MSPanchors.tx
Binary file not shown.
Binary file modified test/fixtures/fabric/v1.1/channel/testchannelOrg2MSPanchors.tx
Binary file not shown.
Binary file modified test/fixtures/fabric/v1.1/channel/twoorgs.genesis.block
Binary file not shown.
2 changes: 1 addition & 1 deletion test/fixtures/fabric/v1.1/config/configtx.yaml
Expand Up @@ -113,7 +113,7 @@ Orderer: &OrdererDefaults
- orderer.example.com:7050

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

# Batch Size: Controls the number of messages batched into a block
BatchSize:
Expand Down
Binary file modified test/fixtures/fabric/v1.2/channel/mychannel.tx
Binary file not shown.
Binary file modified test/fixtures/fabric/v1.2/channel/mychannelOrg1MSPanchors.tx
Binary file not shown.
Binary file modified test/fixtures/fabric/v1.2/channel/orgchannel.tx
Binary file not shown.
Binary file modified test/fixtures/fabric/v1.2/channel/orgchannelOrg1MSPanchors.tx
Binary file not shown.
Binary file modified test/fixtures/fabric/v1.2/channel/testchannel.tx
Binary file not shown.
Binary file modified test/fixtures/fabric/v1.2/channel/testchannelOrg2MSPanchors.tx
Binary file not shown.
Binary file modified test/fixtures/fabric/v1.2/channel/twoorgs.genesis.block
Binary file not shown.
2 changes: 1 addition & 1 deletion test/fixtures/fabric/v1.2/config/configtx.yaml
Expand Up @@ -192,7 +192,7 @@ Orderer: &OrdererDefaults
- orderer.example.com:7050

# Batch Timeout: The amount of time to wait before creating a batch
BatchTimeout: 100ms
BatchTimeout: 500ms

# Batch Size: Controls the number of messages batched into a block
BatchSize:
Expand Down
Binary file modified test/fixtures/fabric/v1.3/channel/mychannel.tx
Binary file not shown.
Binary file modified test/fixtures/fabric/v1.3/channel/mychannelOrg1MSPanchors.tx
Binary file not shown.
Binary file modified test/fixtures/fabric/v1.3/channel/mychannelOrg2MSPanchors.tx
Binary file not shown.
Binary file modified test/fixtures/fabric/v1.3/channel/orgchannel.tx
Binary file not shown.
Binary file modified test/fixtures/fabric/v1.3/channel/orgchannelOrg1MSPanchors.tx
Binary file not shown.
Binary file modified test/fixtures/fabric/v1.3/channel/orgchannelOrg2MSPanchors.tx
Binary file not shown.
Binary file modified test/fixtures/fabric/v1.3/channel/testchannel.tx
Binary file not shown.
Binary file modified test/fixtures/fabric/v1.3/channel/testchannelOrg1MSPanchors.tx
Binary file not shown.
Binary file modified test/fixtures/fabric/v1.3/channel/testchannelOrg2MSPanchors.tx
Binary file not shown.
Binary file modified test/fixtures/fabric/v1.3/channel/twoorgs.genesis.block
Binary file not shown.
2 changes: 1 addition & 1 deletion test/fixtures/fabric/v1.3/config/configtx.yaml
Expand Up @@ -192,7 +192,7 @@ Orderer: &OrdererDefaults
- orderer.example.com:7050

# Batch Timeout: The amount of time to wait before creating a batch
BatchTimeout: 100ms
BatchTimeout: 500ms

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

0 comments on commit 0382366

Please sign in to comment.