From e3fa759f61647e6000db79153ec84001e8cf5a97 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Thu, 28 Sep 2023 15:42:36 +0100 Subject: [PATCH] Tune s3 upload speed and concurrency --- cookbooks/planet/templates/default/aws-config.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cookbooks/planet/templates/default/aws-config.erb b/cookbooks/planet/templates/default/aws-config.erb index d62dcdad9..5f0a8c01d 100644 --- a/cookbooks/planet/templates/default/aws-config.erb +++ b/cookbooks/planet/templates/default/aws-config.erb @@ -4,5 +4,5 @@ region = eu-central-1 [profile osm-pds-upload] region = eu-central-1 s3 = - max_bandwidth = 75MB/s - max_concurrent_requests = 512 + max_bandwidth = 100MB/s + max_concurrent_requests = 256 -- 2.43.2