Skip to content
Snippets Groups Projects
Commit 6359c0e8 authored by Luke Picciau's avatar Luke Picciau Committed by Sean McGivern
Browse files

Set attempt project search optimizations flag to default_enabled

parent 981d9ba9
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment