diff --git a/docs/content/dropbox.md b/docs/content/dropbox.md index 7d81d3f17..5a06e8f21 100644 --- a/docs/content/dropbox.md +++ b/docs/content/dropbox.md @@ -412,7 +412,7 @@ Max number of files in upload batch. This sets the batch size of files to upload. It has to be less than 1000. -By default this is 0 which means rclone which calculate the batch size +By default this is 0 which means rclone will calculate the batch size depending on the setting of batch_mode. - batch_mode: async - default batch_size is 100 diff --git a/docs/content/googlephotos.md b/docs/content/googlephotos.md index eaefdccae..7e536aa92 100644 --- a/docs/content/googlephotos.md +++ b/docs/content/googlephotos.md @@ -406,7 +406,7 @@ Max number of files in upload batch. This sets the batch size of files to upload. It has to be less than 50. -By default this is 0 which means rclone which calculate the batch size +By default this is 0 which means rclone will calculate the batch size depending on the setting of batch_mode. - batch_mode: async - default batch_size is 50 diff --git a/lib/batcher/options.go b/lib/batcher/options.go index a4cc47c71..4aefeb17c 100644 --- a/lib/batcher/options.go +++ b/lib/batcher/options.go @@ -32,7 +32,7 @@ a delay on quit. This sets the batch size of files to upload. It has to be less than %d. -By default this is 0 which means rclone which calculate the batch size +By default this is 0 which means rclone will calculate the batch size depending on the setting of batch_mode. - batch_mode: async - default batch_size is %d