not on develop was this code in, but here? :-/

Signed-off-by: Roland Haeder <roland@mxchange.org>
This commit is contained in:
Roland Haeder
2017-04-08 20:09:31 +02:00
parent d07236deb6
commit 3778b15b7c

View File

@@ -242,10 +242,6 @@ function cron_poll_contacts($argc, $argv) {
} else { } else {
proc_run(PRIORITY_LOW, 'include/onepoll.php', intval($contact['id'])); proc_run(PRIORITY_LOW, 'include/onepoll.php', intval($contact['id']));
} }
if ($interval) {
time_sleep_until(microtime(true) + (float) $interval);
}
} }
} }
} }