set max_pool_connections to 7

This commit is contained in:
Steven Reilly
2024-11-05 15:21:13 -05:00
committed by GitHub
parent 165042b37c
commit 45995b3139

View File

@@ -17,8 +17,8 @@ AWS_CLIENT_CONFIG = Config(
# there may come a time when increasing this helps
# with job cache management.
# max_pool_connections=10,
# Reducing to 4 connections due to BrokenPipeErrors
max_pool_connections=4,
# Reducing to 7 connections due to BrokenPipeErrors
max_pool_connections=7,
)