Skip to content

Commit

Permalink
Merge pull request #1412 from GSA/connection_count
Browse files Browse the repository at this point in the history
put max connections back to 10
  • Loading branch information
terrazoon authored Nov 12, 2024
2 parents 1d5e54e + d89f120 commit f9b5642
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions app/clients/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,7 @@
},
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,
)


Expand Down

0 comments on commit f9b5642

Please sign in to comment.