Skip to content

Commit

Permalink
fix: set default empty block generation time to 1 hour
Browse files Browse the repository at this point in the history
  • Loading branch information
artemijspavlovs committed Apr 3, 2024
1 parent 19f8877 commit 5736df6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func DefaultConfig(home, chainId string) *NodeConfig {
Aggregator: true,
BlockManagerConfig: BlockManagerConfig{
BlockTime: 200 * time.Millisecond,
EmptyBlocksMaxTime: 3 * time.Second,
EmptyBlocksMaxTime: 3600 * time.Second,
BatchSubmitMaxTime: 100 * time.Second,
NamespaceID: "0000000000000000ffff",
BlockBatchSize: 500,
Expand Down

0 comments on commit 5736df6

Please sign in to comment.