chore: update

This commit is contained in:
huzibaca 2024-10-27 06:47:16 +08:00
parent 114f1426f3
commit 3baac034e5

View File

@ -62,7 +62,7 @@ pub async fn resolve_setup(app: &mut App) {
#[cfg(target_os = "macos")]
{
let mut service_runing = false;
for _ in 0..20 {
for _ in 0..40 {
if service::check_service().await.is_ok() {
service_runing = true;
break;