mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-05 09:21:54 +02:00
Setting tinkernig
This commit is contained in:
parent
4cdf9794df
commit
f6d287cf21
1 changed files with 2 additions and 2 deletions
|
@ -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----------------------------------------------###
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue