prepare device_info upload, change sync interval from 30s to 15s, also

enable android
This commit is contained in:
rustdesk
2023-07-19 21:46:15 +08:00
parent c9d19115e9
commit e48f36a227
3 changed files with 4 additions and 4 deletions

View File

@@ -380,7 +380,6 @@ pub async fn start_server(is_server: bool) {
}
});
input_service::fix_key_down_timeout_loop();
crate::hbbs_http::sync::start();
#[cfg(target_os = "linux")]
if crate::platform::current_is_wayland() {
allow_err!(input_service::setup_uinput(0, 1920, 0, 1080).await);