google-drive-ocamlfuse
google-drive-ocamlfuse copied to clipboard
multiple-thread download
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.
If you don't need to modify those files, you can enable streaming (with stream_large_files=true
).
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.