Skip to content
This repository has been archived by the owner on May 22, 2023. It is now read-only.

Commit

Permalink
Merge pull request #655 from keep-network/wait-no-more
Browse files Browse the repository at this point in the history
Reduced signature publication delay to 90 seconds
  • Loading branch information
nkuba authored Dec 30, 2020
2 parents d780c30 + c241e51 commit e6f7f20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/node/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const (
// Used to calculate the publication delay factor for the given signer index
// to avoid all signers publishing the same signature for given keep at the
// same time.
signaturePublicationDelayStep = 5 * time.Minute
signaturePublicationDelayStep = 90 * time.Second
)

// Node holds interfaces to interact with the blockchain and network messages
Expand Down

0 comments on commit e6f7f20

Please sign in to comment.