alexander-cabinian commented on code in PR #7665:
URL: https://github.com/apache/trafficcontrol/pull/7665#discussion_r1281170558


##########
infrastructure/ansible/roles/dataset_loader/defaults/main.yml:
##########
@@ -805,6 +799,14 @@ dl_ds_default_profile_layers:
         - name: remap_stats.so
           configFile: plugin.config
           value: ''
+        # ATS 7 specific param
+        - name: CONFIG proxy.config.http.origin_max_connections
+          configFile: records.config
+          value: INT 500
+        # ATS 7 specific param
+        - name: CONFIG proxy.config.cache.http.compatibility.4-2-0-fixup
+          configFile: records.config
+          value: INT 0

Review Comment:
   Modified comment as requested.



##########
infrastructure/ansible/roles/dataset_loader/defaults/main.yml:
##########
@@ -813,6 +815,19 @@ dl_ds_default_profile_layers:
         - name: CONFIG proxy.config.ssl.server.multicert.exit_on_load_fail
           configFile: records.config
           value: INT 0
+        # ATS 8 specific param
+        - name: CONFIG proxy.config.http.origin_max_connections
+          configFile: records.config
+          value: INT 500
+        # ATS 8 specific param
+        - name: CONFIG proxy.config.cache.http.compatibility.4-2-0-fixup
+          configFile: records.config
+          value: INT 0

Review Comment:
   Modified comment as requested.



##########
infrastructure/ansible/roles/dataset_loader/defaults/main.yml:
##########
@@ -858,7 +870,20 @@ dl_ds_default_profile_layers:
         - name: CONFIG proxy.config.cop.active_health_checks
           configFile: records.config
           value: INT 0
-      v8: []
+        # ATS 7 specific param
+        - name: CONFIG proxy.config.http.origin_max_connections
+          configFile: records.config
+          value: INT 1500
+      v8:
+        # ATS 8 specific param
+        - name: CONFIG proxy.config.http.origin_max_connections
+          configFile: records.config
+          value: INT 1500

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]

Reply via email to