From 36403cb96287e75bd3b49eb1c3ccecd5c420f92c Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Tue, 28 Jan 2025 00:50:25 +0000 Subject: [PATCH] change reloadInterval to rebuildInterval in config --- app/utils.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/utils.go b/app/utils.go index 068d3a3..7f3e552 100644 --- a/app/utils.go +++ b/app/utils.go @@ -20,7 +20,7 @@ type Config struct { Secret string `json:"uuid"` } } - ReloadInterval int `json:"reloadInterval"` + ReloadInterval int `json:"rebuildInterval"` } func GetConfig(configPath string) Config {