Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
59e17dd4
Unverified
Commit
59e17dd4
authored
Sep 15, 2025
by
Ning Xie
Committed by
GitHub
Sep 15, 2025
Browse files
[Misc] rename interval to max_recent_requests (#24229)
Signed-off-by:
Andy Xie
<
andy.xning@gmail.com
>
parent
4979eb79
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
vllm/v1/core/kv_cache_utils.py
vllm/v1/core/kv_cache_utils.py
+2
-2
No files found.
vllm/v1/core/kv_cache_utils.py
View file @
59e17dd4
...
...
@@ -116,8 +116,8 @@ class PrefixCachingMetrics:
This function is called with information gathered when new requests
are being scheduled and are looking for computed blocks.
When there are more than `
interval
` requests, the oldest set
of
requests are removed from the metrics.
When there are more than `
max_recent_requests
` requests, the oldest set
of
requests are removed from the metrics.
Args:
stats: The prefix cache stats.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment