From 47588a7fd07a0dedd7045b8766afcd429ff57dfd Mon Sep 17 00:00:00 2001 From: Ernie Hershey Date: Sun, 26 May 2024 13:17:20 -0400 Subject: [PATCH] docs: fix typo in batcher docs for dropbox and googlephotos --- docs/content/dropbox.md | 2 +- docs/content/googlephotos.md | 2 +- lib/batcher/options.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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