summaryrefslogtreecommitdiff
path: root/worker_watcher.go
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2020-10-26 21:46:23 +0300
committerWolfy-J <[email protected]>2020-10-26 21:46:23 +0300
commit2176584129e493e08aed158bc050070d520ee183 (patch)
tree0d4664ef76ff6515fa965690a79dc69604eb3849 /worker_watcher.go
parent9d2de5e46110c07eceb87dcfde3af9b6a6c4a76c (diff)
- implement worker debug mode
Diffstat (limited to 'worker_watcher.go')
-rwxr-xr-xworker_watcher.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/worker_watcher.go b/worker_watcher.go
index 25c88a1a..5ae54024 100755
--- a/worker_watcher.go
+++ b/worker_watcher.go
@@ -19,7 +19,7 @@ type Stack struct {
func NewWorkersStack() *Stack {
return &Stack{
- workers: make([]WorkerBase, 0, 12),
+ workers: make([]WorkerBase, 0),
}
}