Skip to content

Commit

Permalink
Start queue backpressure earlier (#1047)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkeeter authored Dec 8, 2023
1 parent 2e02507 commit fab2799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upstairs/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9265,7 +9265,7 @@ impl Guest {
backpressure_config: BackpressureConfig {
bytes_start: 1024u64.pow(3), // Start at 1 GiB
bytes_scale: 9.3e-8, // Delay of 10ms at 2 GiB in-flight
queue_start: 0.5,
queue_start: 0.05,
queue_max_delay: Duration::from_millis(5),
},
backpressure_lock: Mutex::new(()),
Expand Down

0 comments on commit fab2799

Please sign in to comment.