Commit d43fd46c authored by Sean McGivern's avatar Sean McGivern

Merge branch 'default-attempt-project-search' into 'master'

Set attempt project search optimizations flag to default_enabled

Closes #60452

See merge request gitlab-org/gitlab-ce!28474
parents 981d9ba9 6359c0e8
...@@ -346,7 +346,7 @@ class IssuableFinder ...@@ -346,7 +346,7 @@ class IssuableFinder
def attempt_project_search_optimizations? def attempt_project_search_optimizations?
params[:attempt_project_search_optimizations] && params[:attempt_project_search_optimizations] &&
Feature.enabled?(:attempt_project_search_optimizations) Feature.enabled?(:attempt_project_search_optimizations, default_enabled: true)
end end
def count_key(value) def count_key(value)
......
Markdown is supported
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