diff options
-rw-r--r-- | handlers/dsync.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/handlers/dsync.in b/handlers/dsync.in index 80cfd4d..2323326 100644 --- a/handlers/dsync.in +++ b/handlers/dsync.in @@ -95,7 +95,7 @@ function do_user() { local ret=0 debug "syncing" - while [ $failedcount -lt 4 ]; do + while [ $failedcount -lt 3 ]; do debug $DSYNC $testflags -u $user backup $srcconffile \ ssh -i $destid_file $destuser@$desthost $DSYNC $destconffile \ -u $user 2>&1 |