docs: fix typo in batcher docs for dropbox and googlephotos

This commit is contained in:
Ernie Hershey
2024-07-24 10:58:22 +01:00
committed by Nick Craig-Wood
parent ba381f8721
commit 47588a7fd0
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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