mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-05 01:11:55 +02:00
Remove old comment
This commit is contained in:
parent
0827ea77ea
commit
2cd0224008
1 changed files with 0 additions and 6 deletions
|
@ -534,12 +534,6 @@ SECRET_REGISTRY_KEY = secret_registry_key
|
|||
SECRET_REGISTRY_KEY_PASSPHRASE = secret_registry_key_passphrase
|
||||
SECRET_REGISTRY_HOSTNAME = secret_registry_hostname
|
||||
|
||||
# Question for reviewers: For one client, the performance difference
|
||||
# between a pool of size 1 vs a pool of size 10 isn't noticeable.
|
||||
# The main performance increase comes from an open connection.
|
||||
# We would need to do load testing to determine the ideal number,
|
||||
# my recommendation now would be 3 as it is a good balance between
|
||||
# overhead vs capacity.
|
||||
# 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue