Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
teddyding committed Jun 20, 2024
1 parent 7ed80bf commit 18d5995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const (
MempoolTypeFlood = "flood"
MempoolTypeNop = "nop"

TimeoutProposeOverride = 1500 * time.Millisecond // 1.5 seconds
TimeoutProposeOverride = 1 * time.Second
)

// NOTE: Most of the structs & relevant comments + the
Expand Down

0 comments on commit 18d5995

Please sign in to comment.