diff options
author | friendica <info@friendica.com> | 2012-02-22 20:31:33 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-02-22 20:31:33 -0800 |
commit | d75d49a4c195e6cde5b369f802d10044c5aac257 (patch) | |
tree | 47e3dc8247d351fce2590170e1abfb6f02ea25b5 /include/poller.php | |
parent | 58a9c652de09817b9c5d5132de51b8690ed32d53 (diff) | |
download | volse-hubzilla-d75d49a4c195e6cde5b369f802d10044c5aac257.tar.gz volse-hubzilla-d75d49a4c195e6cde5b369f802d10044c5aac257.tar.bz2 volse-hubzilla-d75d49a4c195e6cde5b369f802d10044c5aac257.zip |
restore poller normal operation
Diffstat (limited to 'include/poller.php')
-rwxr-xr-x | include/poller.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/poller.php b/include/poller.php index a6b85f2d2..3e7a1e9b4 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 |