silverwind / droppy

**ARCHIVED** Self-hosted file storage
BSD 2-Clause "Simplified" License
1.62k stars 194 forks source link

Droppy is accessing every image in a folder when opening single image #401

Open sebitnt opened 4 years ago

sebitnt commented 4 years ago

When I open a single image in one folder, droppy seems to load every image in this folder. For folders with only videos in them, this behavior does not occur and droppy is only loading the one opened video and sometimes the next one.

I am using droppy on my VPS with an rclone mount to my google drive for the files. This is working fine so far. But the one problem I have is the behavior described above. Accessing every file in one folder does take a long time and also fails sometimes (probably some timeout).

Does anyone have a hint how I can solve the issue?