mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-09-12 07:21:01 +03:00
Compare commits
2 Commits
0d8a52bc5a
...
ba65c30df1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ba65c30df1 | ||
|
|
ac0b226568 |
@@ -391,9 +391,7 @@ const SEC30: Duration = Duration::from_secs(30);
|
||||
const H1: Duration = Duration::from_secs(3600);
|
||||
const MILLI1: Duration = Duration::from_millis(1);
|
||||
const SEND_TIMEOUT_VIDEO: u64 = 12_000;
|
||||
// The same horizon as the 30 s read timeout: a peer that has not drained a
|
||||
// single message for that long is the same dead peer that check would catch.
|
||||
const SEND_TIMEOUT_OTHER: u64 = 30_000;
|
||||
const SEND_TIMEOUT_OTHER: u64 = SEND_TIMEOUT_VIDEO * 10;
|
||||
const SESSION_TIMEOUT: Duration = Duration::from_secs(30);
|
||||
|
||||
/// Whether the DRM backend can serve a Wayland login screen here.
|
||||
|
||||
Reference in New Issue
Block a user