summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Lihachev <[email protected]>2019-05-15 11:04:15 +0700
committerDmitry Lihachev <[email protected]>2019-05-15 11:04:15 +0700
commit9151ad7299cace4046f02b0139c37f54807a8c8d (patch)
tree9f31d4a3f450d40e19ec2da10aa59717164442a2
parentaa80896b3c7c2dd1e43fbd986720192df22f033b (diff)
Correct limit service ID
-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 {