Setting tinkernig

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

View file

@ -536,11 +536,11 @@ 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 = 1
EPP_CONNECTION_POOL_SIZE = 3
# Determines the interval in which we ping open connections in seconds
# Calculated as POOL_KEEP_ALIVE / EPP_CONNECTION_POOL_SIZE
POOL_KEEP_ALIVE = None
POOL_KEEP_ALIVE = 60 # Ping every 20 seconds
# endregion
# region: Security and Privacy----------------------------------------------###