Skip to content

Commit

Permalink
Adjust remote window target to INIT_WINDOW
Browse files Browse the repository at this point in the history
  • Loading branch information
nullchinchilla committed Mar 18, 2024
1 parent 2c17d18 commit 21275a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/picomux/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ async fn picomux_inner(

async move {
let mut remote_window = INIT_WINDOW;
let mut target_remote_window = INIT_WINDOW / 2;
let mut target_remote_window = INIT_WINDOW;
loop {
let min_quantum = (target_remote_window / 10).max(3).min(50);
let (frame, enqueued_time): (Frame, Instant) = recv_incoming.recv().await?;
Expand Down

0 comments on commit 21275a7

Please sign in to comment.