change reloadInterval to rebuildInterval in config

This commit is contained in:
Arthur Lu 2025-02-11 07:11:05 +00:00
parent d44bd48858
commit 1e68449354

@ -20,7 +20,7 @@ type Config struct {
Secret string `json:"uuid"` Secret string `json:"uuid"`
} }
} }
ReloadInterval int `json:"reloadInterval"` ReloadInterval int `json:"rebuildInterval"`
} }
func GetConfig(configPath string) Config { func GetConfig(configPath string) Config {