From 6359c0e8625a2ea891fd33dfc9997a0e88f9e1f0 Mon Sep 17 00:00:00 2001 From: Luke Picciau Date: Tue, 21 May 2019 12:19:35 +0000 Subject: Set attempt project search optimizations flag to default_enabled --- app/finders/issuable_finder.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/finders/issuable_finder.rb b/app/finders/issuable_finder.rb index 52b6e828cfa..50e9418677c 100644 --- a/app/finders/issuable_finder.rb +++ b/app/finders/issuable_finder.rb @@ -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) -- cgit v1.2.1