mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-04 17:01:56 +02:00
Increase alive interval
This commit is contained in:
parent
94a85aeea1
commit
aeb3c73d3d
1 changed files with 3 additions and 2 deletions
|
@ -538,8 +538,9 @@ SECRET_REGISTRY_HOSTNAME = secret_registry_hostname
|
|||
# WARNING: Setting this value too high could cause frequent app crashes!
|
||||
EPP_CONNECTION_POOL_SIZE = 10
|
||||
|
||||
# Determines if we should ping open connections
|
||||
POOL_KEEP_ALIVE = True
|
||||
# Determines the interval in which we ping open connections in seconds
|
||||
# Calculated as POOL_KEEP_ALIVE / EPP_CONNECTION_POOL_SIZE
|
||||
POOL_KEEP_ALIVE = 600
|
||||
|
||||
# endregion
|
||||
# region: Security and Privacy----------------------------------------------###
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue