From 62dcb54865c1328c3f7dc47dee96533cdbe86f90 Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Mon, 23 Mar 2009 20:32:37 +0100 Subject: multiple adjust pushdelay to be longer by default better logging for pushes actually increase the timeout, so it should hit at some point, in staged pushes. log if a staged push failed to find all other locks it waits for. Signed-off-by: Joerg Jaspert --- bin/runmirrors | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/runmirrors') diff --git a/bin/runmirrors b/bin/runmirrors index 2cbce58..c718ab4 100755 --- a/bin/runmirrors +++ b/bin/runmirrors @@ -58,7 +58,7 @@ SSH_OPTS=${SSH_OPTS:-""} # Whats our archive name? We will also tell our leafs about it PUSHARCHIVE=${PUSHARCHIVE:-"${CONF}"} # How long to wait for mirrors to do stage1 if we have multi-stage syncing -PUSHDELAY=${PUSHDELAY:-240} +PUSHDELAY=${PUSHDELAY:-600} # Which ssh key to use? KEYFILE=${KEYFILE:-".ssh/pushmirror"} # where to send mails to -- cgit v1.2.3