2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-26 05:00:43 +00:00

modify xCATreg

This commit is contained in:
junxiawang
2015-05-22 04:12:02 -04:00
parent b3969d4407
commit 484e5c102d

View File

@@ -1405,7 +1405,7 @@ foreach my $m (keys %mns) {
}
}
if(time() - $regstarttime > 28800) {
if(time() - $regstarttime > 36000) {
#if($curtime - $regstarttime > 10) {
send_msg(1, "[timing] 8 hours is expired");
last;