restore poller normal operation
This commit is contained in:
parent
58a9c652de
commit
d75d49a4c1
|
@ -194,8 +194,8 @@ function poller_run($argv, $argc){
|
||||||
$update = true;
|
$update = true;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
// if((! $update) && (! $force))
|
if((! $update) && (! $force))
|
||||||
// continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Check to see if we are running out of memory - if so spawn a new process and kill this one
|
// Check to see if we are running out of memory - if so spawn a new process and kill this one
|
||||||
|
|
Loading…
Reference in a new issue