summaryrefslogtreecommitdiff
path: root/service/limit
diff options
context:
space:
mode:
Diffstat (limited to 'service/limit')
-rw-r--r--service/limit/service.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/limit/service.go b/service/limit/service.go
index 6cbc22be..6af571e2 100644
--- a/service/limit/service.go
+++ b/service/limit/service.go
@@ -6,7 +6,7 @@ import (
)
// ID defines controller service name.
-const ID = "constrain"
+const ID = "limit"
// controllable defines the ability to attach rr controller.
type controllable interface {