summaryrefslogtreecommitdiff
path: root/service/limit/controller.go
diff options
context:
space:
mode:
Diffstat (limited to 'service/limit/controller.go')
-rw-r--r--service/limit/controller.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/limit/controller.go b/service/limit/controller.go
index bdbab003..3e6aed4b 100644
--- a/service/limit/controller.go
+++ b/service/limit/controller.go
@@ -17,7 +17,7 @@ const (
// EventMaxIdleTTL triggered when worker spends too much time at rest.
EventMaxIdleTTL
- // EventMaxIdleTTL triggered when worker spends too much time doing the task (max_execution_time).
+ // EventMaxExecTTL triggered when worker spends too much time doing the task (max_execution_time).
EventMaxExecTTL
)