mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-30 16:41:00 +03:00
fix ci and make macos service time check more aggressive
This commit is contained in:
@@ -516,7 +516,7 @@ pub fn start_os_service() {
|
||||
server = get_server_start_time(&mut sys, &path);
|
||||
}
|
||||
if let Some((start_time, pid)) = server {
|
||||
if my_start_time <= start_time {
|
||||
if my_start_time <= start_time + 1 {
|
||||
log::error!(
|
||||
"Agent start later, {my_start_time} vs {start_time}, will restart --service to make delegate work",
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user