diff --git a/update_daemon2.php b/update_daemon2.php index e8523d22b..fa64b302d 100755 --- a/update_daemon2.php +++ b/update_daemon2.php @@ -248,8 +248,8 @@ $nf = 0; - _debug("Waiting before update.."); - sleep(rand(1,15)); + _debug("Waiting before update [$j].."); + sleep($j*5); $nf = update_daemon_common($link); if (rand(0,100) > 50) {