Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.

Found why onedrive upload is slow !! #33

Closed
N30Z3N opened this issue Apr 11, 2020 · 6 comments
Closed

Found why onedrive upload is slow !! #33

N30Z3N opened this issue Apr 11, 2020 · 6 comments

Comments

@N30Z3N
Copy link

N30Z3N commented Apr 11, 2020

Well when we download a single file or so many different files not a whole bunch with a folder rclone does it better when it uploads to onedrive speed is upto 8 to 10mbps
But when we upload a folder having so many files rclone uploads files in batches of 4 (As I have observed in logs) so the speed is divided and uploads become slow before completing one batch it starts 2nd one as a process and there speed is in kbps

So those who know coding is there any way to

  1. Make rclone upload files one by one and not in batches
  2. Determine upload chunk at one time or the limit of upload at one time

Either of this can solve the issue if it's possible to do with rclone I mean with commands that can put this in process
So if anyone know such commands or solutions please contribute

@N30Z3N
Copy link
Author

N30Z3N commented Apr 11, 2020

Update: rclone officially transfers 4 files at a time to change this we have to use --transfers=X
"X"= number of parallel transfers at a time

But how to do it on heroku??????????????

@maple3142
Copy link
Owner

Learn git, heroku and bash
Then clone this repo, modify the command, push it to heroku

For me, transfers=4 is faster

@usmanmughalji
Copy link

usmanmughalji commented Apr 12, 2020

You can try shared team drive though instead of one drive @bnsave100. i also have tested one drive with bot on telegram uploading to one drive is slow but not that kind of slow. I think you can give try to shared team drive. I am using shared team drive with this amazing everything working none issue. I am really thankful of maple3142 for these amazing projects i love these projects and also G-Index is amazing one everything is so easy and simple feels automate huge thanks to developer maple3142.

@mohitjoshi155
Copy link

Update: rclone officially transfers 4 files at a time to change this we have to use --transfers=X
"X"= number of parallel transfers at a time

But how to do it on heroku??????????????

can u fork the repo and modify specially for onedrive?

@N30Z3N
Copy link
Author

N30Z3N commented Apr 16, 2020

Update: rclone officially transfers 4 files at a time to change this we have to use --transfers=X
"X"= number of parallel transfers at a time
But how to do it on heroku??????????????

can u fork the repo and modify specially for onedrive?

I wish I could but I'm not coder 😅😅

@gautamajay52
Copy link

Update: rclone officially transfers 4 files at a time to change this we have to use --transfers=X
"X"= number of parallel transfers at a time
But how to do it on heroku??????????????

can u fork the repo and modify specially for onedrive?

I can modify the code for --transfer=X, but I can't check.

If u want u can contact me on telegram(same username).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants