summaryrefslogtreecommitdiff
path: root/update_daemon2.php
diff options
context:
space:
mode:
Diffstat (limited to 'update_daemon2.php')
-rwxr-xr-xupdate_daemon2.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/update_daemon2.php b/update_daemon2.php
index 450b9339d..e8523d22b 100755
--- a/update_daemon2.php
+++ b/update_daemon2.php
@@ -249,7 +249,7 @@
$nf = 0;
_debug("Waiting before update..");
- sleep(rand(5,15));
+ sleep(rand(1,15));
$nf = update_daemon_common($link);
if (rand(0,100) > 50) {