google-drive-ocamlfuse icon indicating copy to clipboard operation
google-drive-ocamlfuse copied to clipboard

multiple-thread download

Open dstsmallbird opened this issue 3 years ago • 2 comments

Hi, is there a way to enable multiple-thread downloading?

I need to read some in-sequence data from Drive while the target is too large to cache.

Thanks.

dstsmallbird avatar Jun 12 '21 15:06 dstsmallbird

If you don't need to modify those files, you can enable streaming (with stream_large_files=true).

astrada avatar Jun 12 '21 17:06 astrada

If you don't need to modify those files, you can enable streaming (with stream_large_files=true).

Yes, I have enabled this option. But the download speed is pretty slow. If possible, I want to use multiple-thread downloading.

dstsmallbird avatar Jun 13 '21 02:06 dstsmallbird