Set attempt project search optimizations flag to default_enabled
This commit is contained in:
parent
981d9ba956
commit
6359c0e862
1 changed files with 1 additions and 1 deletions
|
@ -346,7 +346,7 @@ class IssuableFinder
|
|||
|
||||
def 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
|
||||
|
||||
def count_key(value)
|
||||
|
|
Loading…
Reference in a new issue