Open adler99 opened 2 years ago
This might be related to https://github.com/anacrolix/dms/issues/47. I suspect you need to ensure caching occurs across process restarts, and might be struggling to trigger metadata for the first use of your (very large) directory?
yes, I guess you need a persistent cache for large directories. I've the feeling that even when one scan completes, the next request coming in is triggering another full scan. As if there would be no caching at all... Could you share how many files you found to work well? Thanks!
I've tested with a few 1000, but a few small fixes will make this scale to arbitrary levels.
Hi,
I've problems to browse large libraries with BubbleUPnP (Android Phone) and a DMS server. Talking about ~26k of mp3s.
ffprobe
threads on each library reload, leading to high server loadsHow many files can DMS manage? What are you experiences? Is there any tuning possible?
Thanks!