Merge pull request #1800 from maxlaverse/configurable_refresh_interval
Add control of the configuration refresh interval
This commit is contained in:
commit
e02697ee4b
3 changed files with 8 additions and 2 deletions
|
|
@ -107,6 +107,8 @@ type Configuration struct {
|
|||
|
||||
FakeCertificatePath string
|
||||
FakeCertificateSHA string
|
||||
|
||||
SyncRateLimit float32
|
||||
}
|
||||
|
||||
// GetDefaultBackend returns the default backend
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue