We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57dc546 commit 488c8afCopy full SHA for 488c8af
1 file changed
tunnel-node/src/main.rs
@@ -71,7 +71,7 @@ const STRAGGLER_SETTLE_MAX: Duration = Duration::from_millis(1000);
71
/// `BATCH_TIMEOUT` (30 s) and Apps Script's UrlFetch ceiling (~60 s).
72
/// Tested on censored networks in Iran where users reported smoother
73
/// Telegram video playback and fewer session resets at this value.
74
-const LONGPOLL_DEADLINE: Duration = Duration::from_secs(4);
+const LONGPOLL_DEADLINE: Duration = Duration::from_secs(2);
75
76
/// Bound on each UDP session's inbound queue. Beyond this we drop oldest
77
/// to keep recent voice/media packets moving — a stale RTP frame is
0 commit comments