-
feat(watcher): debounce config reloads to prevent redundant operations
released this
2025-11-10 04:57:40 +00:00 | 1471 commits to main since this releaseIntroduce
scheduleConfigReloadwith debounce functionality for config reloads, ensuring efficient handling of frequent changes. AddedstopConfigReloadTimerfor stopping timers during watcher shutdown.Downloads