mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-05-21 21:18:43 +03:00
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -41,7 +41,7 @@ lazy_static::lazy_static! {
|
|||||||
static SHOULD_EXIT: AtomicBool = AtomicBool::new(false);
|
static SHOULD_EXIT: AtomicBool = AtomicBool::new(false);
|
||||||
static MANUAL_RESTARTED: AtomicBool = AtomicBool::new(false);
|
static MANUAL_RESTARTED: AtomicBool = AtomicBool::new(false);
|
||||||
static SENT_REGISTER_PK: AtomicBool = AtomicBool::new(false);
|
static SENT_REGISTER_PK: AtomicBool = AtomicBool::new(false);
|
||||||
pub static NEEDS_DEPLOY: AtomicBool = AtomicBool::new(false);
|
pub(crate) static NEEDS_DEPLOY: AtomicBool = AtomicBool::new(false);
|
||||||
// register_pk retry interval (ms) when device is awaiting deployment
|
// register_pk retry interval (ms) when device is awaiting deployment
|
||||||
const DEPLOY_RETRY_INTERVAL: i64 = 30_000;
|
const DEPLOY_RETRY_INTERVAL: i64 = 30_000;
|
||||||
lazy_static::lazy_static! {
|
lazy_static::lazy_static! {
|
||||||
|
|||||||
Reference in New Issue
Block a user