mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-27 04:58:42 +02:00
Test pool size of 1
This commit is contained in:
parent
a05d02bbfa
commit
4cdf9794df
1 changed files with 1 additions and 1 deletions
|
@ -536,7 +536,7 @@ SECRET_REGISTRY_HOSTNAME = secret_registry_hostname
|
||||||
|
|
||||||
# Use this variable to set the size of our connection pool in client.py
|
# 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!
|
# WARNING: Setting this value too high could cause frequent app crashes!
|
||||||
EPP_CONNECTION_POOL_SIZE = 10
|
EPP_CONNECTION_POOL_SIZE = 1
|
||||||
|
|
||||||
# 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue