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

ff_max_queue_wait_time.go « featureflag « metadata « internal - gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2cd281a5bc0c9937c1b8edff8ee0df78bc9c6d29 (plain)
1
2
3
4
5
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)