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:
authorDouwe Maan <douwe@gitlab.com>2018-02-15 12:23:19 +0300
committerIan Baum <ibaum@gitlab.com>2018-02-23 21:02:54 +0300
commit0fe7ef299d86e16eeb722cf25f8f23b3fdf454a4 (patch)
treee4cb1e3eaf16d69e39faba1216870a32d1e0a5bc /changelogs
parentfba43f49596ac794e743d1bb4a51fe8ad2d3f746 (diff)
Merge branch 'jej/fix-slow-lfs-object-check' into 'master'
Only check LFS integrity for first branch in push Closes #41141 See merge request gitlab-org/gitlab-ce!17098
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/jej-fix-slow-lfs-object-check.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/jej-fix-slow-lfs-object-check.yml b/changelogs/unreleased/jej-fix-slow-lfs-object-check.yml
new file mode 100644
index 00000000000..09112fba85e
--- /dev/null
+++ b/changelogs/unreleased/jej-fix-slow-lfs-object-check.yml
@@ -0,0 +1,5 @@
+---
+title: Only check LFS integrity for first ref in a push to avoid timeout
+merge_request: 17098
+author:
+type: performance