We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a86e450 commit 5a120aeCopy full SHA for 5a120ae
prod/Dockerfile
@@ -56,7 +56,7 @@ RUN curl https://static.rust-lang.org/rustup/dist/x86_64-unknown-linux-gnu/rustu
56
/root/.cargo/bin/rustup toolchain remove stable
57
ENV PATH=/root/.cargo/bin:$PATH
58
59
-RUN aws configure set default.s3.max_concurrent_requests 500
+RUN aws configure set default.s3.max_concurrent_requests 150
60
RUN aws configure set default.s3.max_queue_size 10000
61
62
COPY --from=build /tmp/source/target/release/promote-release /usr/local/bin/
0 commit comments