fix incorrect uppercase

This commit is contained in:
yusing
2024-12-15 03:59:57 +08:00
parent f948d05b90
commit ec78a92234

View File

@@ -76,7 +76,7 @@ func MatchDomains() []string {
} }
func WatchChanges() { func WatchChanges() {
task := task.GlobalTask("Config watcher") task := task.GlobalTask("config watcher")
eventQueue := events.NewEventQueue( eventQueue := events.NewEventQueue(
task, task,
configEventFlushInterval, configEventFlushInterval,