gitlab-org--gitlab-foss/changelogs/unreleased/44191-reduce-redis-usage-from-merge-request-diffs-caching.yml
Sean McGivern 6cd7f679d0 Only cache highlight results for latest MR diffs
Previously, we kept them all in the cache. We don't need the highlight results
for older diffs - if someone does view that (which is rare), we can do the
highlighting on the fly.
2018-03-15 11:49:53 +00:00

5 lines
112 B
YAML

---
title: Stop caching highlighted diffs in Redis unnecessarily
merge_request: 17746
author:
type: performance