Skip to content

Commit f8c7ef7

Browse files
authored
fix: Increase proxy status queue
1 parent 8d51d6c commit f8c7ef7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

twinleaf/src/tio/proxy.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ impl Interface {
227227
if let Some(status_sender) = status_queue {
228228
(status_sender, None, false)
229229
} else {
230-
let (s, r) = channel::bounded::<Event>(5);
230+
let (s, r) = channel::bounded::<Event>(50);
231231
(s, Some(r), true)
232232
}
233233
};

0 commit comments

Comments
 (0)