plexdrive
plexdrive copied to clipboard
Is chunk-load-ahead on a per file basis or for all files being accessed at the time.
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?