From 3778b15b7c8b9f0117cff90cf26ffb17bfcf330a Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Sat, 8 Apr 2017 20:09:31 +0200 Subject: [PATCH] not on develop was this code in, but here? :-/ Signed-off-by: Roland Haeder --- include/cron.php | 4 ---- 1 file changed, 4 deletions(-) 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); - } } } }