mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-19 16:21:28 +03:00
change TEST_DELAY_TIMEOUT from 1 to 3
This commit is contained in:
@@ -269,7 +269,7 @@ impl Subscriber for ConnInner {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
const TEST_DELAY_TIMEOUT: Duration = Duration::from_secs(1);
|
const TEST_DELAY_TIMEOUT: Duration = Duration::from_secs(3);
|
||||||
const SEC30: Duration = Duration::from_secs(30);
|
const SEC30: Duration = Duration::from_secs(30);
|
||||||
const H1: Duration = Duration::from_secs(3600);
|
const H1: Duration = Duration::from_secs(3600);
|
||||||
const MILLI1: Duration = Duration::from_millis(1);
|
const MILLI1: Duration = Duration::from_millis(1);
|
||||||
|
|||||||
Reference in New Issue
Block a user