gitlab-org--gitlab-foss/changelogs/unreleased/fix-502-mrs-with-lots-of-versions.yml
Sean McGivern ec73ecb0a8 Fix another timeout when searching for pipelines
When we consider 'all' pipelines for MRs, we now mean:

1. The last 10,000 commits (unordered).
2. From the last 100 MR versions (newest first).

This seems to fix the MRs that time out on GitLab.com.
2017-11-10 14:27:26 +00:00

6 lines
141 B
YAML

---
title: Ensure merge requests with lots of version don't time out when searching for
pipelines
merge_request:
author:
type: performance