Test pool size of 1

This commit is contained in:
zandercymatics 2023-10-13 11:35:36 -06:00
parent a05d02bbfa
commit 4cdf9794df
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -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