diff --git a/app/clients/__init__.py b/app/clients/__init__.py index 7f1509896..88565bd22 100644 --- a/app/clients/__init__.py +++ b/app/clients/__init__.py @@ -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, )