mirror of
https://github.com/ModernRelay/omnigraph.git
synced 2026-07-03 02:51:04 +02:00
docs: fix admission gating description
This commit is contained in:
parent
a42d178119
commit
e44a4704eb
2 changed files with 8 additions and 10 deletions
|
|
@ -938,9 +938,7 @@ async fn server_change(
|
|||
// Per-actor admission: bound concurrent in-flight mutations and
|
||||
// estimated bytes per actor. Cedar runs FIRST so denied requests
|
||||
// don't consume admission slots. Estimate uses the request body
|
||||
// size as a coarse proxy; engine memory pressure can run higher
|
||||
// (factorize, vector index) but the global rewrite gate covers
|
||||
// the heavy paths.
|
||||
// size as a coarse proxy; engine memory pressure can run higher.
|
||||
let est_bytes = request.query_source.len() as u64
|
||||
+ request
|
||||
.params
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue