Page MenuHomePhabricator

Reduce concurrency of refreshing saved pages.
Closed, ResolvedPublic

Description

When the user refreshes their collection of saved pages, each page is refreshed in its own thread. If multiple network requests are deserialized into Page objects simultaneously, this can create a significant spike in memory usage, and can lead to an OutOfMemory error. It would probably be best to reduce the number of saved pages that can be refreshed concurrently.