Skip to content

Commit

Permalink
Remove not used config for public client (#1410)
Browse files Browse the repository at this point in the history
* Remove `RefreshInterval` from public client config due to this variable not being used
  • Loading branch information
wxing1292 committed Mar 26, 2021
1 parent 46920a1 commit 285514c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions common/config/config.go
Expand Up @@ -441,8 +441,6 @@ type (
PublicClient struct {
// HostPort is the host port to connect on. Host can be DNS name
HostPort string `yaml:"hostPort" validate:"nonzero"`
// interval to refresh DNS. Default to 10s
RefreshInterval time.Duration `yaml:"RefreshInterval"`
}

// NamespaceDefaults is the default config for each namespace
Expand Down

0 comments on commit 285514c

Please sign in to comment.