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

Improve scanner performance #5938

Closed
PVince81 opened this issue Nov 19, 2013 · 1 comment
Closed

Improve scanner performance #5938

PVince81 opened this issue Nov 19, 2013 · 1 comment

Comments

@PVince81
Copy link
Contributor

When mounting external storage that contain many files, the scanning process can be very slow (especially for SFTP).

This can be improved by:

  1. Disabling preview for external storage: preview creation on external storages #5917 (comment)

  2. Remove the "file" approach for mime type detection which sometimes causes the whole file to be downloaded (ex: SMB) CC @karlitschek @DeepDiver1975 @icewind1991

  3. Look into making the scanning process run in the background / passively while making the UI still usable (mimetype detection could be done after the files are already displayed). Needs some research.

This ticket is to track general tracker improvements

@RobinMcCorkell
Copy link
Member

We have separate tickets open for all remaining issues -> close

@lock lock bot locked as resolved and limited conversation to collaborators Aug 9, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants