2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-13 01:40:26 +00:00

modify sleep bug

This commit is contained in:
huweihua
2015-11-27 04:40:48 -05:00
parent a04f074c08
commit bfc5a88ee2

View File

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