Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wait for thumbnail creation before uncompressing next page #95

Open
workhorsy opened this issue May 8, 2016 · 0 comments
Open

Wait for thumbnail creation before uncompressing next page #95

workhorsy opened this issue May 8, 2016 · 0 comments
Labels

Comments

@workhorsy
Copy link
Owner

When it uncompress a page, it then creates a thumbnail. It does not wait for the thumbnail to be created before it starts uncompressing the next page. This often leads to all the thumbnails getting queued in memory. Then they are finally created after all the pages are uncompressed. This can lead to huge memory spikes, and makes it look like everything is loaded, when it is not.

@workhorsy workhorsy added the bug label May 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant