ChuanFF commented on code in PR #12991: URL: https://github.com/apache/apisix/pull/12991#discussion_r2866884673
##########
docs/en/latest/admin-api.md:
##########
@@ -1023,6 +1023,10 @@ In addition to the equalization algorithm selections,
Upstream also supports pas
| keepalive_pool.size | False
| Auxiliary | Sets `keepalive` directive
dynamically.
|
|
| keepalive_pool.idle_timeout | False
| Auxiliary | Sets `keepalive_timeout`
directive dynamically.
|
|
| keepalive_pool.requests | False
| Auxiliary | Sets `keepalive_requests`
directive dynamically.
|
|
+| warm_up_conf.slow_start_time_seconds | True | Integer | Slow start window in
seconds. | 30 |
+| warm_up_conf.min_weight_percent | True | Integer | Minimum weight percentage
at the start of warm-up (1-100). | 1 |
+| warm_up_conf.aggression | False | Number | Controls the rate of traffic
increase during slow start, default is 1. | 1.0 |
+| warm_up_conf.interval | False | Integer | Weight update interval in seconds.
| 1 |
Review Comment:
copilot is wrong; the require for aggression and interval is set to false.
--
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]
