anjlab / yandex-disk

Ruby client for Yandex.Disk with backup gem support
MIT License
33 stars 13 forks source link

Can't upload large files #13

Open DmitryXO opened 6 years ago

DmitryXO commented 6 years ago

I have a speed limit 3G connection, that won't allow me to upload large files, no problem with 5mb files, but I can't upload 30mb files, it breaks with no errors. Thanks

dimaninc commented 5 years ago

and i sometimes have such an error while trying to upload 100-200mb file: "error":{"class":"Faraday::TimeoutError","message":"read timeout reached"}

then, on the next attempt – file gets uploaded successfully

my idea is to increase Faraday timeout in options, but this can't be changed in current version of plugin