summaryrefslogtreecommitdiff
path: root/pkg/pool/supervisor_pool.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/pool/supervisor_pool.go')
-rwxr-xr-xpkg/pool/supervisor_pool.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkg/pool/supervisor_pool.go b/pkg/pool/supervisor_pool.go
index 3618786d..bfb997d8 100755
--- a/pkg/pool/supervisor_pool.go
+++ b/pkg/pool/supervisor_pool.go
@@ -139,7 +139,8 @@ func (sp *supervised) control() {
now := time.Now()
const op = errors.Op("supervised_pool_control_tick")
- // THIS IS A COPY OF WORKERS
+ // MIGHT BE OUTDATED
+ // It's a copy of the Workers pointers
workers := sp.pool.Workers()
for i := 0; i < len(workers); i++ {