mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 17:25:57 +00:00
remove random waiting on task start, wait based on task id
This commit is contained in:
@@ -248,8 +248,8 @@
|
|||||||
|
|
||||||
$nf = 0;
|
$nf = 0;
|
||||||
|
|
||||||
_debug("Waiting before update..");
|
_debug("Waiting before update [$j]..");
|
||||||
sleep(rand(1,15));
|
sleep($j*5);
|
||||||
$nf = update_daemon_common($link);
|
$nf = update_daemon_common($link);
|
||||||
|
|
||||||
if (rand(0,100) > 50) {
|
if (rand(0,100) > 50) {
|
||||||
|
|||||||
Reference in New Issue
Block a user