Skip to content

Commit b40122a

Browse files
committed
low submission margin period
1 parent 052e635 commit b40122a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/trusted_headers/fetcher.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import (
2323
const consensusPageSize = 10
2424

2525
// 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
26+
const submissionMarginPeriod = time.Second * 10
2727

2828
// retries configuration for fetching light header
2929
var (

0 commit comments

Comments
 (0)