]> git.mxchange.org Git - friendica.git/commitdiff
Every hour should mean: every hour :)
authorMichael <heluecht@pirati.ca>
Sun, 4 Jun 2017 19:01:22 +0000 (19:01 +0000)
committerMichael <heluecht@pirati.ca>
Sun, 4 Jun 2017 19:01:22 +0000 (19:01 +0000)
include/poller.php

index 0d07605882b2f06e5aa49d63593b01080dd93a33..bae2ac5e969260642bd91220fb3aa7314eb02e11 100644 (file)
@@ -105,7 +105,7 @@ function poller_run($argv, $argc){
                }
 
                // Quit the poller once every hour
-               if (time() > ($starttime + 360)) {
+               if (time() > ($starttime + 3600)) {
                        logger('Process lifetime reachted, quitting.', LOGGER_DEBUG);
                        return;
                }