Skip to content

Commit

Permalink
Merge pull request #1397 from GSA/stvnrlly/max-pool-7
Browse files Browse the repository at this point in the history
set max_pool_connections to 7
  • Loading branch information
ccostino authored Nov 5, 2024
2 parents 165042b + 45995b3 commit 54222f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/clients/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
# there may come a time when increasing this helps
# with job cache management.
# max_pool_connections=10,
# Reducing to 4 connections due to BrokenPipeErrors
max_pool_connections=4,
# Reducing to 7 connections due to BrokenPipeErrors
max_pool_connections=7,
)


Expand Down

0 comments on commit 54222f3

Please sign in to comment.