summaryrefslogtreecommitdiff
path: root/service/watcher/watcher.go
diff options
context:
space:
mode:
Diffstat (limited to 'service/watcher/watcher.go')
-rw-r--r--service/watcher/watcher.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/watcher/watcher.go b/service/watcher/watcher.go
index e92d0677..788ee703 100644
--- a/service/watcher/watcher.go
+++ b/service/watcher/watcher.go
@@ -11,7 +11,7 @@ const (
// EventMaxMemory caused when worker consumes more memory than allowed.
EventMaxMemory = iota + 8000
- // EventMaxTTL thrown when worker is removed due TTL being reached. Context is roadrunner.WorkerError
+ // EventMaxTTL thrown when worker is removed due TTL being reached. Context is rr.WorkerError
EventMaxTTL
// EventMaxIdleTTL triggered when worker spends too much time at rest.