Closed
Bug 1243679
Opened 9 years ago
Closed 9 years ago
Use file stream for serving file attachments
Categories
(developer.mozilla.org Graveyard :: File attachments, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jezdez, Unassigned)
References
Details
(Whiteboard: [specification][type:change])
What feature should be changed? Please provide the URL of the feature if possible.
==================================================================================
The current view to serve file attachments doesn't use a new feature in Django to stream file via HTTP. That would reduce the memory usage dramatically.
What problems would this solve?
===============================
Less memory usage and preparation for HTTP stream via S3.
Who would use this?
===================
devs
What would users see?
=====================
n/a
What would users do? What would happen as a result?
===================================================
n/a
Is there anything else we should know?
======================================
Comment 1•9 years ago
|
||
Commits pushed to master at https://github.com/mozilla/kuma
https://github.com/mozilla/kuma/commit/9d4a4e357727c27c9be27bccdae57cd01a23db3d
Fix bug 1243679 - Stream attachments.
https://github.com/mozilla/kuma/commit/f2902d7656238e9541209c1734209fb75b202d7c
Merge pull request #3768 from mozilla/bug1243679
Fix bug 1243679 - Stream attachments.
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Updated•5 years ago
|
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•