Commit 038e7a80 authored by GitLab Bot's avatar GitLab Bot

Automatic merge of gitlab-org/gitlab-ce master

parents 8956833c d43fd46c
......@@ -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)
......
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