Skip to content

Commit

Permalink
(NOBIDS) fix ratelimitUpdater config
Browse files Browse the repository at this point in the history
  • Loading branch information
guybrush committed Aug 2, 2024
1 parent a146164 commit dfd67ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ type Config struct {
RatelimitUpdater struct {
Enabled bool `yaml:"enabled" envconfig:"RATELIMIT_UPDATER_ENABLED"`
UpdateInterval time.Duration `yaml:"updateInterval" envconfig:"RATELIMIT_UPDATER_UPDATE_INTERVAL"`
}
} `yaml:"ratelimitUpater"`
SSVExporter struct {
Enabled bool `yaml:"enabled" envconfig:"SSV_EXPORTER_ENABLED"`
Address string `yaml:"address" envconfig:"SSV_EXPORTER_ADDRESS"`
Expand Down

0 comments on commit dfd67ea

Please sign in to comment.