Commit 008301e
committed
docs(requestcontrol): correct FlowControlAdmissionController.Admit docstring
The docstring for FlowControlAdmissionController.Admit previously claimed
that it checked for saturation on sheddable requests first, then deferred
to Flow Control. This was incorrect; the implementation only defers via
EnqueueAndWait, and saturation shedding is handled downstream by the
dispatch cycle.
Update the docstring to accurately describe the implemented behavior.
No runtime changes are made.
Fixes llm-d#1934
Signed-off-by: ChethanUK <chethanuk@outlook.com>1 parent bcbca9a commit 008301e
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | | - | |
149 | | - | |
| 148 | + | |
| 149 | + | |
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
| |||
0 commit comments