chore: update

This commit is contained in:
huzibaca 2024-10-27 06:47:16 +08:00
parent 4ce7d9f7a9
commit db11651f85
No known key found for this signature in database
GPG Key ID: D4364EE4851DC302

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;