diff options
Diffstat (limited to 'service/limit/config.go')
-rw-r--r-- | service/limit/config.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/service/limit/config.go b/service/limit/config.go index bf842ac2..203db11b 100644 --- a/service/limit/config.go +++ b/service/limit/config.go @@ -6,7 +6,7 @@ import ( "time" ) -// Configures set of Services. +// Config of Limit service. type Config struct { // Interval defines the update duration for underlying controllers, default 1s. Interval time.Duration |