rclone-dev:fix-5491-dropbox-batch

Last commit made on 2021-08-14
Get this branch:
git clone -b fix-5491-dropbox-batch https://git.launchpad.net/rclone-dev

Branch merges

Branch information

Name:
fix-5491-dropbox-batch
Repository:
lp:rclone-dev

Recent commits

38c854f... by Nick Craig-Wood

dropbox: add --dropbox-batch-commit-timeout to control batch timeout

This also adds an Debug message log showing how long each batch took

See: #5491

890b6a4... by Nick Craig-Wood

sugarsync: fix initial connection after config re-arrangement - Fixes #5525

In this commit the config system was re-arranged

    94dbfa4ea fs: change Config callback into state based callback #3455

This passed the password as a temporary config parameter but forgot to
reveal it in the API call.

227119d... by Nick Craig-Wood

Add Ken Enrique Morel to contributors

3626f10... by Ken Enrique Morel <email address hidden>

pcloud: add sha256 support - fixes #5496

82ad9a3... by negative0 <email address hidden>

rc: fix speed does not update in core/stats

448a031... by Ivan Andreev

cmd/mount: --fast-list does nothing on a mount

3615619... by Ivan Andreev

serve/docker: retry saveState to fix sporadic test failure on macOS/Windows

33ddd54... by Nick Craig-Wood

accounting: fix maximum bwlimit by scaling scale max token bucket size

Before this fix, on Windows, the --bwlimit would max out at 2.5Gbps
even when set to 10 Gbps.

This turned out to be because of the maximum token bucket size.

This fix scales up the token bucket size linearly above a bwlimit of
2Gbps.

Fixes #5507

a5f277f... by Nick Craig-Wood

vfs: fix crash when truncating a just uploaded object - Fixes #5522

bec253f... by Nick Craig-Wood

Add vinibali to contributors