From: Roland Haeder Date: Sat, 8 Apr 2017 18:09:31 +0000 (+0200) Subject: not on develop was this code in, but here? :-/ X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3778b15b7c8b9f0117cff90cf26ffb17bfcf330a;p=friendica.git not on develop was this code in, but here? :-/ Signed-off-by: Roland Haeder --- diff --git a/include/cron.php b/include/cron.php index 1af63ffaaf..a2af016961 100644 --- a/include/cron.php +++ b/include/cron.php @@ -242,10 +242,6 @@ function cron_poll_contacts($argc, $argv) { } else { proc_run(PRIORITY_LOW, 'include/onepoll.php', intval($contact['id'])); } - - if ($interval) { - time_sleep_until(microtime(true) + (float) $interval); - } } } }