summaryrefslogtreecommitdiff
path: root/bin/runmirrors
diff options
context:
space:
mode:
authorJoerg Jaspert <joerg@ganneff.de>2009-12-29 10:36:10 +0100
committerJoerg Jaspert <joerg@debian.org>2009-12-29 22:23:30 +0100
commita6550370967800a9c365d0ad9b65b3e9553a7e7b (patch)
treea6dc70fef31f2a664217141d71155246142beb5e /bin/runmirrors
parent422a8bf4de1a4662268413ee32b8e21e17b77c50 (diff)
set delay to 600 to be what we tell users in our config file would be default
Signed-off-by: Joerg Jaspert <joerg@debian.org>
Diffstat (limited to 'bin/runmirrors')
-rwxr-xr-xbin/runmirrors2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/runmirrors b/bin/runmirrors
index 4a3ef51..6952228 100755
--- a/bin/runmirrors
+++ b/bin/runmirrors
@@ -172,7 +172,7 @@ while read MTYPE MLNAME MHOSTNAME MUSER MSSHOPT; do
if [ "x${MTYPE}x" = "xDELAYx" ]; then
# We should wait a bit.
if [ -z ${MLNAME} ]; then
- MLNAME=60
+ MLNAME=600
fi
log "Delay of ${MLNAME} requested, sleeping" >> "${LOG}"
sleep ${MLNAME}