Skip to content

Commit

Permalink
Merge pull request #18 from bnb-chain/dev
Browse files Browse the repository at this point in the history
feat: prepare for release v1.4.13
  • Loading branch information
irrun authored Aug 27, 2024
2 parents 7a1316b + a5f9141 commit b7b3d4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/validator.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ func NewValidator(config ValidatorConfig) Validator {
payAccount: acc,
}

if _, err := v.scheduler.Every(10).Second().Do(func() {
if _, err := v.scheduler.Every(500).Milliseconds().Do(func() {
v.refresh()
}); err != nil {
log.Debugw("error while setting up scheduler", "err", err)
Expand Down

0 comments on commit b7b3d4c

Please sign in to comment.