Skip to content

Commit

Permalink
chore: reduced empty blocks and batch submission default values (#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtsitrin authored and omritoptix committed Jul 10, 2023
1 parent 73a177d commit 2a0c8ff
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 2a0c8ff

Please sign in to comment.