From 4cdf9794df7dd754a4c653071425215cada48fc7 Mon Sep 17 00:00:00 2001 From: zandercymatics <141044360+zandercymatics@users.noreply.github.com> Date: Fri, 13 Oct 2023 11:35:36 -0600 Subject: [PATCH] Test pool size of 1 --- src/registrar/config/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/registrar/config/settings.py b/src/registrar/config/settings.py index cbde49ba2..e10c5fc13 100644 --- a/src/registrar/config/settings.py +++ b/src/registrar/config/settings.py @@ -536,7 +536,7 @@ SECRET_REGISTRY_HOSTNAME = secret_registry_hostname # Use this variable to set the size of our connection pool in client.py # WARNING: Setting this value too high could cause frequent app crashes! -EPP_CONNECTION_POOL_SIZE = 10 +EPP_CONNECTION_POOL_SIZE = 1 # Determines the interval in which we ping open connections in seconds # Calculated as POOL_KEEP_ALIVE / EPP_CONNECTION_POOL_SIZE