Skip to content

Commit

Permalink
Update time
Browse files Browse the repository at this point in the history
  • Loading branch information
batphonghan committed Feb 5, 2024
1 parent 2526e56 commit d612b7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stader/node/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ var preSignedCooldown, _ = time.ParseDuration("1h")
var feeRecepientPollingInterval, _ = time.ParseDuration("5m")
var taskCooldown, _ = time.ParseDuration("10s")
var merkleProofsDownloadInterval, _ = time.ParseDuration("3h")
var nodeDiversityTracker, _ = time.ParseDuration("10s")
var nodeDiversityTracker, _ = time.ParseDuration("1h")

const (
MaxConcurrentEth1Requests = 200
Expand Down

0 comments on commit d612b7e

Please sign in to comment.