diff options
author | Yorick Peterse <yorickpeterse@gmail.com> | 2016-12-06 13:22:45 +0100 |
---|---|---|
committer | Yorick Peterse <yorickpeterse@gmail.com> | 2016-12-06 13:41:28 +0100 |
commit | 5eb12bd75fff65bb2ea8677cc317877e45d3d6f8 (patch) | |
tree | 121c7e78aa6449cdf1a5ecc5c4dff44cb17737cd /changelogs | |
parent | 18201ace36f13eb916737154178d700feb4eeec6 (diff) | |
download | gitlab-ce-5eb12bd75fff65bb2ea8677cc317877e45d3d6f8.tar.gz |
Remove caching of Repository#has_visible_content?remove-has-visible-content-caching
This method already uses the cached method Repository#branch_count so
there's no point in also caching has_visible_content?.
Fixes gitlab-org/gitlab-ce#25278
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/remove-has-visible-content-caching.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changelogs/unreleased/remove-has-visible-content-caching.yml b/changelogs/unreleased/remove-has-visible-content-caching.yml new file mode 100644 index 00000000000..e2940c60443 --- /dev/null +++ b/changelogs/unreleased/remove-has-visible-content-caching.yml @@ -0,0 +1,4 @@ +--- +title: Remove visible content caching +merge_request: +author: |