diff options
author | Douwe Maan <douwe@gitlab.com> | 2019-08-13 20:43:15 +0000 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2019-08-13 20:43:15 +0000 |
commit | 1c3b570c117cc41f5f4838a8366c4367ef0749cb (patch) | |
tree | 3536db84ec02327fa18327b2cacf1593f4963d6b /changelogs | |
parent | df35d772c655587eecbe7b3e387c8b8bc287b23c (diff) | |
parent | e658f9603c99ca6a8ef4c0292b2cdab2916fb09e (diff) | |
download | gitlab-ce-1c3b570c117cc41f5f4838a8366c4367ef0749cb.tar.gz |
Merge branch 'sh-only-flush-tags-once-per-push' into 'master'
Only expire tag cache once per push
See merge request gitlab-org/gitlab-ce!31641
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/sh-only-flush-tags-once-per-push.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/sh-only-flush-tags-once-per-push.yml b/changelogs/unreleased/sh-only-flush-tags-once-per-push.yml new file mode 100644 index 00000000000..502fc22ebbd --- /dev/null +++ b/changelogs/unreleased/sh-only-flush-tags-once-per-push.yml @@ -0,0 +1,5 @@ +--- +title: Only expire tag cache once per push +merge_request: 31641 +author: +type: performance |