mirror of
https://github.com/ModernRelay/omnigraph.git
synced 2026-06-27 02:39:38 +02:00
server: drop unwired try_admit_rewrite / 503 admission surface
This commit is contained in:
parent
4bb7964af9
commit
6a3f0677ae
7 changed files with 12 additions and 109 deletions
|
|
@ -3360,7 +3360,6 @@ async fn ingest_per_actor_admission_cap_returns_429() {
|
|||
let workload = omnigraph_server::workload::WorkloadController::new(
|
||||
1, // per-actor in-flight cap (the fixture under test)
|
||||
1_000_000_000, // per-actor byte budget — large so it never bottlenecks
|
||||
4, // global rewrite cap (default-equivalent)
|
||||
);
|
||||
let state = AppState::new_with_workload(
|
||||
repo.to_string_lossy().to_string(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue