Skip to content

Commit

Permalink
pkgpush: adjust max_pool_connections (#3890)
Browse files Browse the repository at this point in the history
  • Loading branch information
sir-sigurd authored Feb 21, 2024
1 parent b3ba32e commit ecd9af1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lambdas/pkgpush/src/t4_lambda_pkgpush/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
read_timeout=LAMBDA_READ_TIMEOUT,
# Prevent idle timeout on NAT gateway.
tcp_keepalive=True,
max_pool_connections=S3_HASH_LAMBDA_CONCURRENCY,
),
)

Expand Down

0 comments on commit ecd9af1

Please sign in to comment.