2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-16 19:30:26 +00:00

add sleep when waitpid

This commit is contained in:
huweihua
2015-11-27 03:16:02 -05:00
parent c8685b21ab
commit cac6a5c8af

View File

@ -331,6 +331,7 @@ sub scan_adapters{
deletenode($request->{missnode}, "$pidreord{$cpid}");
}
$forkcount--;
sleep 0.1;
}
}
}