Skip to content

Commit

Permalink
reduced empty blocks and batch submission default values
Browse files Browse the repository at this point in the history
  • Loading branch information
mtsitrin committed Jul 10, 2023
1 parent 73a177d commit e26629e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ func DefaultConfig(home, chainId string) *NodeConfig {
Aggregator: true,
BlockManagerConfig: BlockManagerConfig{
BlockTime: 200 * time.Millisecond,
EmptyBlocksMaxTime: 60 * time.Second,
BatchSubmitMaxTime: 600 * time.Second,
EmptyBlocksMaxTime: 3 * time.Second,
BatchSubmitMaxTime: 30 * time.Second,
NamespaceID: "000000000000ffff",
BlockBatchSize: 500,
BlockBatchMaxSizeBytes: 1500000},
Expand Down

0 comments on commit e26629e

Please sign in to comment.