Skip to content

Commit

Permalink
Merge pull request #35 from shubham72a/patch-3
Browse files Browse the repository at this point in the history
Update jets3t.j2-increas buffer size to 10 GB
  • Loading branch information
dicdiksha authored Nov 15, 2023
2 parents 2523ee4 + 88e3840 commit 97af769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/data-products-deploy/templates/jets3t.j2
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ s3service.https-only=true
{% if jets3t_s3_default_bucket_location %}
s3service.default-bucket-location={{ jets3t_s3_default_bucket_location }}
{% endif %}
uploads.stream-retry-buffer-size=2147483646
uploads.stream-retry-buffer-size=10147483646
s3service.s3-endpoint={% if jets3t_s3_endpoint_host %}{{ jets3t_s3_endpoint_host }}{% else %}s3-ap-south-1.amazonaws.com{% endif %}

0 comments on commit 97af769

Please sign in to comment.