mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-01 15:46:07 -05:00
put max connections back to 10
This commit is contained in:
@@ -14,11 +14,7 @@ AWS_CLIENT_CONFIG = Config(
|
|||||||
},
|
},
|
||||||
use_fips_endpoint=True,
|
use_fips_endpoint=True,
|
||||||
# This is the default but just for doc sake
|
# This is the default but just for doc sake
|
||||||
# there may come a time when increasing this helps
|
max_pool_connections=10,
|
||||||
# with job cache management.
|
|
||||||
# max_pool_connections=10,
|
|
||||||
# Reducing to 7 connections due to BrokenPipeErrors
|
|
||||||
max_pool_connections=7,
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user