restore poller normal operation

This commit is contained in:
friendica 2012-02-22 20:31:33 -08:00
parent 58a9c652de
commit d75d49a4c1
1 changed files with 2 additions and 2 deletions

View File

@ -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