Comment 2 for bug 508085

Revision history for this message
Curtis Hovey (sinzui) wrote :

The +downloads view uses cached objects to work with large files. when
    self,processDeleteFiles()
calls
    self.getReleases()
That implementation call
    self.product
Which builds a cached representation of each series, release, and file.

I think processDeleteFiles() needs to inspect and purge the caches objects, or introduce a non-cached getReleases()