mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-30 06:21:50 -05:00
reduce max connections to 10
This commit is contained in:
@@ -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,
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user