From f844da8c68c98f5dbf271c2e35fce885d45aafd2 Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Mon, 30 Sep 2024 08:38:49 -0700 Subject: [PATCH] update comment --- app/clients/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/clients/__init__.py b/app/clients/__init__.py index 993054279..19b719c1c 100644 --- a/app/clients/__init__.py +++ b/app/clients/__init__.py @@ -15,7 +15,7 @@ AWS_CLIENT_CONFIG = Config( 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 + # with job cache management. max_pool_connections=10, )