Skip to content

Commit cb9f42d

Browse files
vahidlazioclaude
andcommitted
tune: keep INFLIGHT_OPTIMIST=2
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent d5f262a commit cb9f42d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tunnel_client.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ const INFLIGHT_IDLE: usize = 1;
6969

7070
/// Optimistic starting depth — every session gets 2 in-flight polls
7171
/// without needing an elevation permit. Drops to IDLE on first empty.
72-
const INFLIGHT_OPTIMIST: usize = 1;
72+
const INFLIGHT_OPTIMIST: usize = 2;
7373

7474
/// Maximum pipeline depth when data is actively flowing. Ramps up on
7575
/// data-bearing replies, drops back to IDLE after consecutive empties.

0 commit comments

Comments
 (0)