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

Signed-off-by: Roland Haeder <roland@mxchange.org>
This commit is contained in:
Roland Häder 2017-04-08 20:09:31 +02:00
parent d07236deb6
commit 3778b15b7c
No known key found for this signature in database
GPG key ID: B72F8185C6C7BD78

View file

@ -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);
}
}
}
}