Skip to content

Commit

Permalink
feat: reduce wiggle to 10
Browse files Browse the repository at this point in the history
  • Loading branch information
ckartik committed Aug 6, 2024
1 parent e862e72 commit 251ec54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consensus/clique/clique.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const (
inmemorySnapshots = 128 // Number of recent vote snapshots to keep in memory
inmemorySignatures = 4096 // Number of recent block signatures to keep in memory

wiggleTime = 100 * time.Millisecond // Random delay (per signer) to allow concurrent signers
wiggleTime = 10 * time.Millisecond // Random delay (per signer) to allow concurrent signers
)

// Clique proof-of-authority protocol constants.
Expand Down

0 comments on commit 251ec54

Please sign in to comment.