Disable keep_alive

This commit is contained in:
zandercymatics 2023-10-12 10:48:48 -06:00
parent aeb3c73d3d
commit a82f3c5ce9
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -540,7 +540,7 @@ EPP_CONNECTION_POOL_SIZE = 10
# Determines the interval in which we ping open connections in seconds
# Calculated as POOL_KEEP_ALIVE / EPP_CONNECTION_POOL_SIZE
POOL_KEEP_ALIVE = 600
POOL_KEEP_ALIVE = None
# endregion
# region: Security and Privacy----------------------------------------------###