docs: fix typo in batcher docs for dropbox and googlephotos

This commit is contained in:
Ernie Hershey 2024-05-26 13:17:20 -04:00 committed by Nick Craig-Wood
parent ba381f8721
commit 47588a7fd0
3 changed files with 3 additions and 3 deletions

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. 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. depending on the setting of batch_mode.
- batch_mode: async - default batch_size is 100 - batch_mode: async - default batch_size is 100

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. 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. depending on the setting of batch_mode.
- batch_mode: async - default batch_size is 50 - batch_mode: async - default batch_size is 50

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. 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. depending on the setting of batch_mode.
- batch_mode: async - default batch_size is %d - batch_mode: async - default batch_size is %d