From: Grant Slater Date: Fri, 20 Oct 2023 11:19:13 +0000 (+0100) Subject: planet: increase AWS upload max_bandwidth X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/c14215f772db6bd664b619928cabe99a6b3f1b78 planet: increase AWS upload max_bandwidth --- diff --git a/cookbooks/planet/templates/default/aws-config.erb b/cookbooks/planet/templates/default/aws-config.erb index f68ce0f1a..a4994316f 100644 --- a/cookbooks/planet/templates/default/aws-config.erb +++ b/cookbooks/planet/templates/default/aws-config.erb @@ -4,7 +4,7 @@ region = eu-central-1 [profile osm-pds-upload] region = eu-central-1 s3 = - max_bandwidth = 100MB/s + max_bandwidth = 150MB/s max_concurrent_requests = 256 [profile osm-osmdbt-state]