Skip to content

Commit

Permalink
reduce job status reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
benleb committed Aug 1, 2023
1 parent 18f4062 commit a17f50f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/live.go
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ func init() { //nolint:gochecknoinits
"etherscan": time.Millisecond * 3370,
"node": time.Millisecond * 337,
})
viper.SetDefault("jobs.status_every", 137)
viper.SetDefault("jobs.status_every", 1337)

// OLD worker settings OLD
viper.SetDefault("server.workers.newHeadHandler", 2)
Expand Down

0 comments on commit a17f50f

Please sign in to comment.