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:
Diffstat (limited to 'app/finders/projects/ml/model_finder.rb')
-rw-r--r--app/finders/projects/ml/model_finder.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/finders/projects/ml/model_finder.rb b/app/finders/projects/ml/model_finder.rb
index 99c66f53de7..1e407ba4aa4 100644
--- a/app/finders/projects/ml/model_finder.rb
+++ b/app/finders/projects/ml/model_finder.rb
@@ -11,7 +11,7 @@ module Projects
::Ml::Model
.by_project(@project)
.including_latest_version
- .limit(100) # This is a temporary limit before we add pagination
+ .with_version_count
end
end
end