From: Michael Date: Sun, 4 Jun 2017 19:01:22 +0000 (+0000) Subject: Every hour should mean: every hour :) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=bde4943da51aac866ed0870617b868d779bc6835;p=friendica.git Every hour should mean: every hour :) --- diff --git a/include/poller.php b/include/poller.php index 0d07605882..bae2ac5e96 100644 --- a/include/poller.php +++ b/include/poller.php @@ -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; }