diff --git a/app/clients/__init__.py b/app/clients/__init__.py index cfd50d88c..993054279 100644 --- a/app/clients/__init__.py +++ b/app/clients/__init__.py @@ -13,7 +13,10 @@ AWS_CLIENT_CONFIG = Config( "addressing_style": "virtual", }, use_fips_endpoint=True, - max_pool_connections=50, + # 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, )