Skip to content

Commit

Permalink
fix registration variable
Browse files Browse the repository at this point in the history
  • Loading branch information
lukanus committed Jul 13, 2023
1 parent b6d34e2 commit 65560f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/dreamboat/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ func main() {
}

// lazyload validators cache, it's optional and we don't care if it errors out
go preloadValidators(ctx, logger, valDS, validatorCache)
go preloadValidators(ctx, logger, valDS, float64(cfg.Validators.RegistrationsWriteCacheTTL), validatorCache)

validatorStoreManager := validators.NewStoreManager(logger, validatorCache, valDS, cfg.Validators.RegistrationsWriteCacheTTL, cfg.Validators.QueueSize)
validatorStoreManager.AttachMetrics(m)
Expand Down

0 comments on commit 65560f4

Please sign in to comment.