mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-13 13:09:41 +02:00
Disable keep_alive
This commit is contained in:
parent
aeb3c73d3d
commit
a82f3c5ce9
1 changed files with 1 additions and 1 deletions
|
@ -540,7 +540,7 @@ EPP_CONNECTION_POOL_SIZE = 10
|
||||||
|
|
||||||
# Determines the interval in which we ping open connections in seconds
|
# Determines the interval in which we ping open connections in seconds
|
||||||
# Calculated as POOL_KEEP_ALIVE / EPP_CONNECTION_POOL_SIZE
|
# Calculated as POOL_KEEP_ALIVE / EPP_CONNECTION_POOL_SIZE
|
||||||
POOL_KEEP_ALIVE = 600
|
POOL_KEEP_ALIVE = None
|
||||||
|
|
||||||
# endregion
|
# endregion
|
||||||
# region: Security and Privacy----------------------------------------------###
|
# region: Security and Privacy----------------------------------------------###
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue