From: friendica Date: Thu, 23 Feb 2012 04:31:33 +0000 (-0800) Subject: restore poller normal operation X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d75d49a4c195e6cde5b369f802d10044c5aac257;p=friendica.git restore poller normal operation --- diff --git a/include/poller.php b/include/poller.php index a6b85f2d23..3e7a1e9b42 100755 --- a/include/poller.php +++ b/include/poller.php @@ -194,8 +194,8 @@ function poller_run($argv, $argc){ $update = true; break; } -// if((! $update) && (! $force)) -// continue; + if((! $update) && (! $force)) + continue; } // Check to see if we are running out of memory - if so spawn a new process and kill this one