gitlab-org--gitlab-foss/changelogs/unreleased/sh-fix-branches-api-timeout.yml
Stan Hu e7bd824484 Fix timeout issues retrieving branches via API
47d4890d changed the order of pagination so that the full list of
branches would be passed to Gitaly to determine which ones had been
merged, but this operation can timeout for large repositories with
many branches. We only need to determine whether the found branches have
been merged, so limit the scan to those.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/55724
2018-12-27 04:24:37 -08:00

5 lines
105 B
YAML

---
title: Fix timeout issues retrieving branches via API
merge_request: 24034
author:
type: performance