put max connections back to 10

This commit is contained in:
Kenneth Kehl
2024-11-12 09:38:21 -08:00
parent 1d5e54e2b7
commit d89f1206d5

View File

@@ -14,11 +14,7 @@ AWS_CLIENT_CONFIG = Config(
},
use_fips_endpoint=True,
# This is the default but just for doc sake
# there may come a time when increasing this helps
# with job cache management.
# max_pool_connections=10,
# Reducing to 7 connections due to BrokenPipeErrors
max_pool_connections=7,
max_pool_connections=10,
)