You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 24, 2025. It is now read-only.
The MaxOriginConnections property of a Delivery Service determines how many connections to the origin can be made, across all caches in child Cache Groups of the Origin Cache Groups. The max origin connections per cache is computed as that MaxOriginConnections value divided by the number of caches in child Cache Group of the Origin Cache Group:
However, if a Delivery Service is only intended to be used in a specific Region, despite that Delivery Service having Cache Groups outside of that region, the computed maxOriginConnectionsPerServer value is lowered when more caches exist outside of that region, which is undesirable. In the case of a Regional Delivery Service, the maxOriginConnectionsPerServer should only divide MaxOriginConnections among caches within a given cache's own Cache Group.
This Feature Request affects these Traffic Control components:
t3c, formerly ORT)Description
The
MaxOriginConnectionsproperty of a Delivery Service determines how many connections to the origin can be made, across all caches in child Cache Groups of the Origin Cache Groups. The max origin connections per cache is computed as thatMaxOriginConnectionsvalue divided by the number of caches in child Cache Group of the Origin Cache Group:trafficcontrol/lib/go-atscfg/headerrewritedotconfig.go
Line 553 in 8362b86
However, if a Delivery Service is only intended to be used in a specific Region, despite that Delivery Service having Cache Groups outside of that region, the computed
maxOriginConnectionsPerServervalue is lowered when more caches exist outside of that region, which is undesirable. In the case of a Regional Delivery Service, themaxOriginConnectionsPerServershould only divideMaxOriginConnectionsamong caches within a given cache's own Cache Group.