Commit 6359c0e8 authored by Luke Picciau's avatar Luke Picciau Committed by Sean McGivern

Set attempt project search optimizations flag to default_enabled

parent 981d9ba9
......@@ -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