Skip to content

Commit

Permalink
decrease time for respec validation to 3 minutes (from 10) (lavanet#1158
Browse files Browse the repository at this point in the history
)
  • Loading branch information
ranlavanet authored Jan 22, 2024
1 parent 36fce68 commit da0129f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol/rpcprovider/spec_validator.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const (

var (
SpecValidationInterval = 3 * time.Hour
SpecValidationIntervalDisabledChains = 10 * time.Minute
SpecValidationIntervalDisabledChains = 3 * time.Minute
)

type SpecValidator struct {
Expand Down

0 comments on commit da0129f

Please sign in to comment.