change reloadInterval to rebuildInterval in config

This commit is contained in:
Arthur Lu
2025-01-28 00:50:25 +00:00
parent 3cea9f6bcd
commit 36403cb962

View File

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