change reloadInterval to rebuildInterval in config
This commit is contained in:
parent
d44bd48858
commit
1e68449354
@ -20,7 +20,7 @@ type Config struct {
|
||||
Secret string `json:"uuid"`
|
||||
}
|
||||
}
|
||||
ReloadInterval int `json:"reloadInterval"`
|
||||
ReloadInterval int `json:"rebuildInterval"`
|
||||
}
|
||||
|
||||
func GetConfig(configPath string) Config {
|
||||
|
Loading…
x
Reference in New Issue
Block a user