alexander-cabinian commented on code in PR #7665:
URL: https://github.com/apache/trafficcontrol/pull/7665#discussion_r1281170750
##########
infrastructure/ansible/roles/dataset_loader/defaults/main.yml:
##########
@@ -1216,6 +1232,18 @@ dl_ds_default_profile_layers:
- name: CONFIG proxy.config.http.normalize_ae_gzip
configFile: records.config
value: INT 0
+ # ATS 7 specific param
+ - name: CONFIG proxy.config.net.max_connections_active_in
+ configFile: records.config
+ value: INT 100000
+ # ATS 7 specific param
+ - name: CONFIG proxy.config.http.origin_max_connections_queue
+ configFile: records.config
+ value: INT 0
+ # ATS 7 specific param
+ - name: CONFIG proxy.config.http.parent_proxy_routing_enable
+ configFile: records.config
+ value: INT 1
Review Comment:
Modified comment as requested.
##########
infrastructure/ansible/roles/dataset_loader/defaults/main.yml:
##########
@@ -1297,6 +1325,39 @@ dl_ds_default_profile_layers:
- name: LOCAL proxy.local.cluster.type
configFile: records.config
value: INT 3
+ # Param value changed between ATS 7 & 8
+ - name: CONFIG proxy.config.net.sock_option_flag_in
+ configFile: records.config
+ value: INT 5
+ # ATS 8 specific param
+ - name: CONFIG proxy.config.net.max_connections_active_in
Review Comment:
Modified comment as requested.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]