Skip to content

Commit

Permalink
consensus: fine-tuning time granularity
Browse files Browse the repository at this point in the history
  • Loading branch information
0xcb9ff9 committed Nov 9, 2023
1 parent 375aace commit 803e950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consensus/drab/hawaii.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const (
initialBackOffTime = uint64(1) // second
processBackOffTime = uint64(1) // second

wiggleTimeBeforeForkGranularity = 11 * time.Microsecond // Time granularity of the random delay
wiggleTimeBeforeForkGranularity = 3 * time.Millisecond // Time granularity of the random delay
fixedBackOffTimeBeforeFork = 200 * time.Millisecond
)

Expand Down

0 comments on commit 803e950

Please sign in to comment.