gtsteffaniak / filebrowser

📂 Web File Browser
Apache License 2.0
13 stars 0 forks source link

Large folder structure does not load #201

Open generallund opened 3 weeks ago

generallund commented 3 weeks ago

Description Large flat folder does not load.

Expected behaviour Folder with approx 11,000 files never loads said files within the browser.

What is happening instead? A "Loading..." message and the 3 moving dots appear, but never go away.

Additional context Searching for a file within that folder returns the result in the search bar. However, (can generate separate report for this) clicking on the file does not allow it to be downloaded, it just gives an error displaying the file.

gtsteffaniak commented 1 week ago

Thanks for the issue. It does attempt to load everything in the first load, which could cause problems with excessively large directories.

The next release major (v0.3.0) will include smarter file loading and have the option to use multiple file system sources. I'll keep this tagged for that release.