dynamic_throughtput_optimization
Version: v2025-01-13 | Includes use: Yes |
---|
Behavior name: Quick Retry
Enables quick retry, which detects slow forward throughput while fetching an object, and attempts a different forward connection path to avoid congestion. By default, connections under 5 MB/s trigger this behavior. When the transfer rate drops below this rate during a connection attempt, quick retry is enabled and a different forward connection path is used. Contact Akamai Professional Services to override this threshold.
Note: There are limitations on the use of this behavior. See the Object Delivery documentation for more information.
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" {
rules_v2025_02_18 {
name = "Quick Retry"
comments = "Detects slow forward throughput while fetching an object, and attempts a different forward connection path to avoid congestion."
behavior {
dynamic_throughtput_optimization {
enabled = false
}
}
}
}
"behaviors": [
{
"name": "dynamicThroughtputOptimization",
"options": {
"enabled": false
}
}
]
Options
Option | Description |
---|---|
enabled |
Enables the quick retry feature.
|
Updated 1 day ago