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

Enhancement: File Loading Lag #5

Open
ydong08 opened this issue Sep 12, 2024 · 1 comment
Open

Enhancement: File Loading Lag #5

ydong08 opened this issue Sep 12, 2024 · 1 comment
Labels
demand question Further information is requested

Comments

@ydong08
Copy link

ydong08 commented Sep 12, 2024

It takes more time to load and display a file by clicking on it.
Anticipate a reduction in load lag.

@Haiquan-27
Copy link
Owner

The file tree on the panel view is actually a list of files obtained from the remote host at the current time.
The action of clicking on a file is not just a local IO operation, it requires a network request(sftp) to keep the content of the local file synchronized with the file on the remote host
Its design is that it only when a file is selected will it start downloading and display in the view.
If you want a latency free experience, you can first perform a Clone Folder operation on the top-level directory and set file_reload to auto

@Haiquan-27 Haiquan-27 added question Further information is requested demand labels Sep 14, 2024
@Haiquan-27 Haiquan-27 reopened this Dec 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
demand question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants