Onedrive upload speeds abysmally slow

What is the problem you are having with rclone?

One drive upload speeds are painfully slow, initally only reaching about 60-90 Kib/s, then it throttles down to 5-4 Kib/s.

Run the command 'rclone version' and share the full output of the command.

- os/version: Microsoft Windows 11 Home 23H2 (64 bit)
- os/kernel: 10.0.22631.4541 (x86_64)
- os/type: windows
- os/arch: amd64
- go/version: go1.23.3
- go/linking: static
- go/tags: cmount

Which cloud storage system are you using? (eg Google Drive)

Onedrive business

The command you were trying to run (eg rclone copy /tmp remote:tmp)

rclone copy "C:\Users\Danh\Downloads\Netmarble_SoloLevelingArise_Setup_0.1.4.exe" onedrive: --transfers 6 --fast-list --progress --onedrive-chunk-size 125M --onedrive-delta

Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.

[odencrypt]
type = crypt
remote = onedrive:Encrypted
password = XXX

[onedrive]
type = onedrive
token = XXX
drive_id = XXX
drive_type = business

[sharepoint]
type = onedrive
token = XXX
drive_id = XXX
drive_type = documentLibrary

[spencrypt]
type = crypt
remote = sharepoint:Encrypted
password = XXX

A log from the command that you were trying to run with the -vv flag

Transferred:        2.293 MiB / 137.577 MiB, 2%, 95.556 KiB/s, ETA 24m9s
Transferred:            0 / 1, 0%
Elapsed time:        25.3s
Transferring:
 *   Netmarble_SoloLevelingArise_Setup_0.1.4.exe:  1% /137.577Mi, 95.556Ki/s, 24m9s```

Have you created (and are you using in rclone config) your own App ID and Secret for OneDrive?

I managed to get it working now, I just had to disable Large send offload on my ethernet adapter. Now I have upload speeds of 7Mi/s.