From 079f5f6ef202a5b23ab720f2a11531ed29a78d0d Mon Sep 17 00:00:00 2001 From: yusing Date: Fri, 16 Jan 2026 11:35:40 +0800 Subject: [PATCH] chore(idlewatcher): remove junk comment --- internal/types/idlewatcher.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/types/idlewatcher.go b/internal/types/idlewatcher.go index 624341d0..478d7d6f 100644 --- a/internal/types/idlewatcher.go +++ b/internal/types/idlewatcher.go @@ -17,7 +17,7 @@ type ( IdlewatcherConfigBase struct { // 0: no idle watcher. // Positive: idle watcher with idle timeout. - // Negative: idle watcher as a dependency. IdleTimeout time.Duration `json:"idle_timeout" json_ext:"duration"` + // Negative: idle watcher as a dependency. IdleTimeout time.Duration `json:"idle_timeout"` WakeTimeout time.Duration `json:"wake_timeout"` StopTimeout time.Duration `json:"stop_timeout"`