Skip to content
Snippets Groups Projects
Commit 89ceed07 authored by Quang-Minh Nguyen's avatar Quang-Minh Nguyen
Browse files

Enable use_resizable_semaphore_in_concurrency_limiter flag by default

This flag controls the usage of the resizble semaphore implementation.
This semaphore is the core of the concurrency limiter. This commit
enables the flag by default after it is enabled on GitLab.com
production.
- MR: https://gitlab.com/gitlab-org/gitaly/-/merge_requests/6366
- Rollout issue: https://gitlab.com/gitlab-org/gitaly/-/issues/5581
parent 0d02e2df
No related merge requests found
......@@ -8,5 +8,5 @@ var UseResizableSemaphoreInConcurrencyLimiter = NewFeatureFlag(
"use_resizable_semaphore_in_concurrency_limiter",
"v16.5.0",
"https://gitlab.com/gitlab-org/gitaly/-/issues/5581",
false,
true,
)
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment