Skip to content

Commit 5f1a9fc

Browse files
committed
wip
Signed-off-by: Edoardo Vacchi <evacchi@users.noreply.github.com>
1 parent faaea4b commit 5f1a9fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/epp/framework/interface/flowcontrol/plugins.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ type UsageLimitPolicy interface {
149149
// - priorities: Ordered list of currently active priority levels (highest first)
150150
//
151151
// Returns:
152-
// - ceilings: Computed ceiling for each priority (parallel to priorities)
152+
// - ceilings: Computed ceiling for each given priority (n-th ceiling is assigned to the given n-th priority)
153153
// - 0.0 = fully gated (cannot dispatch regardless of current saturation)
154154
// - 1.0 = no gating (can dispatch until fully saturated)
155155
// - Values between 0.0 and 1.0 reserve capacity headroom

0 commit comments

Comments
 (0)