From 4a5e320897a17bf07d7e4c4227e67c9bc8111968 Mon Sep 17 00:00:00 2001 From: dazarnov Date: Mon, 22 May 2023 20:14:58 +0300 Subject: [PATCH] Incorrect example message about concurrent_transfers with GCS was fixed --- medusa-example.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/medusa-example.ini b/medusa-example.ini index e7a4e2d7f..40764ff6b 100644 --- a/medusa-example.ini +++ b/medusa-example.ini @@ -83,7 +83,7 @@ max_backup_count = 0 ; Used to throttle S3 backups/restores: transfer_max_bandwidth = 50MB/s -; Max number of downloads/uploads. Not used by the GCS backend. +; Max number of downloads/uploads. GCS backend will use it as `gsutil -m` with `GSUtil:parallel_process_count` options. concurrent_transfers = 1 ; Size over which S3 uploads will be using the awscli with multi part uploads. Defaults to 100MB.