Commit c6f72c20 authored by Cao Shufeng's avatar Cao Shufeng

[advanced audit]fix comment about throttle burst

parent 8f820169
......@@ -54,7 +54,7 @@ type BatchConfig struct {
ThrottleEnable bool
// ThrottleQPS defines the allowed rate of batches per second sent to the delegate backend.
ThrottleQPS float32
// ThrottleBurst defines the maximum rate of batches per second sent to the delegate backend in case
// ThrottleBurst defines the maximum number of requests sent to the delegate backend at the same moment in case
// the capacity defined by ThrottleQPS was not utilized.
ThrottleBurst int
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment