mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-14 20:35:40 +08:00
[Misc] rename interval to max_recent_requests (#24229)
Signed-off-by: Andy Xie <andy.xning@gmail.com>
This commit is contained in:
parent
4979eb79da
commit
59e17dd4a0
@ -116,8 +116,8 @@ class PrefixCachingMetrics:
|
|||||||
This function is called with information gathered when new requests
|
This function is called with information gathered when new requests
|
||||||
are being scheduled and are looking for computed blocks.
|
are being scheduled and are looking for computed blocks.
|
||||||
|
|
||||||
When there are more than `interval` requests, the oldest set of
|
When there are more than `max_recent_requests` requests, the oldest set
|
||||||
requests are removed from the metrics.
|
of requests are removed from the metrics.
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
stats: The prefix cache stats.
|
stats: The prefix cache stats.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user