mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 03:58:02 +08:00
docs: fix typo in batcher docs for dropbox and googlephotos
This commit is contained in:
parent
ba381f8721
commit
47588a7fd0
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user