Skip to content

Commit

Permalink
feat(config): default max proof time should be 5s (#1245)
Browse files Browse the repository at this point in the history
  • Loading branch information
artemijspavlovs authored Nov 20, 2024
1 parent 82f60ad commit aeec343
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 @@ -26,7 +26,7 @@ func DefaultConfig(home string) *NodeConfig {
BlockManagerConfig: BlockManagerConfig{
BlockTime: 200 * time.Millisecond,
MaxIdleTime: 3600 * time.Second,
MaxProofTime: 100 * time.Second,
MaxProofTime: 5 * time.Second,
BatchSubmitTime: 3600 * time.Second,
BatchSkew: 10,
BatchSubmitBytes: 500000,
Expand Down

0 comments on commit aeec343

Please sign in to comment.