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/metadata/featureflag/ff_max_queue_wait_time.go')
-rw-r--r--internal/metadata/featureflag/ff_max_queue_wait_time.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/internal/metadata/featureflag/ff_max_queue_wait_time.go b/internal/metadata/featureflag/ff_max_queue_wait_time.go
deleted file mode 100644
index 2cd281a5b..000000000
--- a/internal/metadata/featureflag/ff_max_queue_wait_time.go
+++ /dev/null
@@ -1,5 +0,0 @@
-package featureflag
-
-// ConcurrencyQueueMaxWait will enable the concurrency limiter to drop requests that are waiting in
-// the concurrency queue for longer than the configured time.
-var ConcurrencyQueueMaxWait = NewFeatureFlag("concurrency_queue_max_wait", false)