diff options
author | Luke Picciau <git@itscode.red> | 2019-05-21 12:19:35 +0000 |
---|---|---|
committer | Sean McGivern <sean@gitlab.com> | 2019-05-21 12:19:35 +0000 |
commit | 6359c0e8625a2ea891fd33dfc9997a0e88f9e1f0 (patch) | |
tree | 1170bb32e75a2053ed0969ec6d19f77a8c07d2f4 /app/finders | |
parent | 981d9ba95616e4af8bd72cb08bf8977886f4d325 (diff) | |
download | gitlab-ce-6359c0e8625a2ea891fd33dfc9997a0e88f9e1f0.tar.gz |
Set attempt project search optimizations flag to default_enabled
Diffstat (limited to 'app/finders')
-rw-r--r-- | app/finders/issuable_finder.rb | 2 |
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) |