-
Notifications
You must be signed in to change notification settings - Fork 490
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
/files with thousands of files added makes my browser hang #20
Comments
would be nice to have a sort of 'range query' on the files so we can just show 10-20ish at a time. I remember @travisperson was working on a cool 'infinite scrolling' thing in react that did some nifty loading stuff to solve this very problem (if i remember correctly) |
Yeah, we need to support range queries on the ipfs api |
Ya! https://github.com/seatgeek/react-infinite There was an issue with it not being able to be included via npm which was just recently fixed. Loading the files from IPFS shouldn't be an issue, though providing range queries would be great. |
That sgtm. — On Thu, Apr 2, 2015 at 5:50 PM, Travis Person notifications@github.com
|
this bug is very annoying to have :( |
I don't know how many files/directories I have added, but as an experiment I have added thousands of them.
Browsing to
http://localhost:5001/ipfs/QmXX7YRpU7nNBKfw75VG7Y1c3GwpSAGHRev67XVPgZFv9R/#/files/all
makes Firefox and Chromium on Linux hang a lot.The text was updated successfully, but these errors were encountered: