Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Picciau <git@itscode.red>2019-05-21 15:19:35 +0300
committerSean McGivern <sean@gitlab.com>2019-05-21 15:19:35 +0300
commit6359c0e8625a2ea891fd33dfc9997a0e88f9e1f0 (patch)
tree1170bb32e75a2053ed0969ec6d19f77a8c07d2f4 /app/finders
parent981d9ba95616e4af8bd72cb08bf8977886f4d325 (diff)
Set attempt project search optimizations flag to default_enabled
Diffstat (limited to 'app/finders')
-rw-r--r--app/finders/issuable_finder.rb2
1 files changed, 1 insertions, 1 deletions
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)