dynamic_throughtput_optimization_override
Version: v2025-01-13 | Includes use: Yes |
---|
Behavior name: Quick Retry Override
This overrides the default threshold of 5 MB/s that triggers the dynamic_throughtput_optimization
behavior, which enables the quick retry feature. Quick retry detects slow forward throughput while fetching an object, and attempts a different forward connection path to avoid congestion.
This behavior can only be configured on your behalf by Akamai Professional Services.
Default behavior
These samples reflect the behavior's default settings. You can use these as is in your configurations or make adjustments based on the behavior's available options.
data "akamai_property_rules_builder" "dynamic_throughtput_optimization_override" {
rules_v2025_02_18 {
name = "Quick Retry Override"
comments = "Overrides the default threshold of 5 MB/s that triggers the dynamic_throughtput_optimization behavior."
behavior {
dynamic_throughtput_optimization_override {
throughput = ""
}
}
}
}
"behaviors": [
{
"name": "dynamicThroughtputOptimizationOverride",
"options": {
"throughput": ""
}
}
]
Options
Option | Description |
---|---|
throughput |
Specifies the default target forward throughput from 2 to 50 MB/s. If this time is exceeded during a connection attempt, quick retry is enabled and a different forward connection path is used.
|
Updated about 1 hour ago