astrada / google-drive-ocamlfuse

FUSE filesystem over Google Drive
https://astrada.github.io/google-drive-ocamlfuse/
MIT License
5.54k stars 351 forks source link

File transmission limit #721

Open talesam opened 3 years ago

talesam commented 3 years ago

I already apologize for posting here, but I haven't found a forum or anything like that. I am using rclone + fuse to mount the drive on my linux server, however there is a copy limit of 2-3 files per second, so very small files will take forever.

I would like to know if using your protocol there is also this limit, that is, the copy is slow or copies according to the limit of the network?

astrada commented 3 years ago

You can turn on the async upload queue:

async_upload_queue=true

And set the maximum number of upload threads (the default is 10):

async_upload_threads=10

See https://github.com/astrada/google-drive-ocamlfuse/wiki/Configuration