mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-16 20:48:37 -04:00
reduce number of pool connections
This commit is contained in:
@@ -16,7 +16,9 @@ AWS_CLIENT_CONFIG = Config(
|
|||||||
# 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
|
# there may come a time when increasing this helps
|
||||||
# with job cache management.
|
# with job cache management.
|
||||||
max_pool_connections=10,
|
# max_pool_connections=10,
|
||||||
|
# Reducing to 4 connections due to BrokenPipeErrors
|
||||||
|
max_pool_connections=4,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user