plexdrive icon indicating copy to clipboard operation
plexdrive copied to clipboard

Is chunk-load-ahead on a per file basis or for all files being accessed at the time.

Open IshanArya opened this issue 4 years ago • 0 comments

So if I am trying to read 3 files at once, and I have set chunk-load-ahead to 3, will only 3 chunks be loaded in total or 3 for each file for a total of 9?

And similar question for chunk-load-threads: is this also on a per file basis?

IshanArya avatar Feb 07 '22 23:02 IshanArya