We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 052e635 commit b40122aCopy full SHA for b40122a
internal/trusted_headers/fetcher.go
@@ -23,7 +23,7 @@ import (
23
const consensusPageSize = 10
24
25
// submissionMarginPeriod is a lag period, because we need consensusState to be valid until we approve it on the chain
26
-const submissionMarginPeriod = time.Minute * 5
+const submissionMarginPeriod = time.Second * 10
27
28
// retries configuration for fetching light header
29
var (
0 commit comments