Cache rendered diff fragments with large_data=True
Review Request #6255 — Created Aug. 21, 2014 and submitted
Diff fragments usually aren't too big for individual cache entries, but when
they are, they cause warnings. This change stores them usinglarge_data=True,
which will split them into pieces before caching.
- Ran unit tests
- Created a diff where a fragment exceeded the cache entry size limit and
didn't see a warning.
Tool: Pyflakes Processed Files: reviewboard/diffviewer/renderers.py Tool: PEP8 Style Checker Processed Files: reviewboard/diffviewer/renderers.py