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

Add flag to file browser for limited list return #671

Closed
alexsielicki opened this issue Oct 28, 2016 · 2 comments
Closed

Add flag to file browser for limited list return #671

alexsielicki opened this issue Oct 28, 2016 · 2 comments
Assignees

Comments

@alexsielicki
Copy link
Collaborator

Returning the entire /usr/ directory takes too long on some systems. Let's figure out a way to limit the return so the file browser only shows first x rows, then as user scrolls, more rows become visible.

@Mletter1
Copy link
Collaborator

Mletter1 commented Dec 5, 2016

on the linux side of things I do not think that this is possible without still pulling the full list on linux

@Mletter1
Copy link
Collaborator

Mletter1 commented Oct 3, 2017

because of the previous comment I think we have to scrap this as no matter what we do linux will always ask for the full list and this is what slows down the return not the data itself

@Mletter1 Mletter1 closed this as completed Oct 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants