Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'internal/rubyserver/worker.go')
-rw-r--r--internal/rubyserver/worker.go7
1 files changed, 0 insertions, 7 deletions
diff --git a/internal/rubyserver/worker.go b/internal/rubyserver/worker.go
index 41de27a6d..a06e09618 100644
--- a/internal/rubyserver/worker.go
+++ b/internal/rubyserver/worker.go
@@ -13,13 +13,6 @@ import (
log "github.com/sirupsen/logrus"
)
-const (
- // We might want numWorkers to be configurable in the future. But at the
- // moment we only support 'pick first' balancing so there is no point in
- // having more than 2 workers yet.
- numWorkers = 2
-)
-
var (
terminationCounter = prometheus.NewCounterVec(
prometheus.CounterOpts{