删除热重载

This commit is contained in:
user123456
2025-06-18 19:14:13 +08:00
parent d0b1ea8582
commit acc63d7b68
5 changed files with 17 additions and 143 deletions

View File

@@ -211,10 +211,4 @@ func (ac *AccessController) checkList(matches, list []string) bool {
return false
}
// Reload 热重载访问控制规则
func (ac *AccessController) Reload() {
ac.mu.Lock()
defer ac.mu.Unlock()
// 访问控制器本身不缓存配置
}