From 1e68449354609656bfb1bf5356e07604244bf1ff Mon Sep 17 00:00:00 2001
From: Arthur Lu <root@tronnet.net>
Date: Tue, 11 Feb 2025 07:11:05 +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 {