Skip to content

Commit

Permalink
Make more chances to reconnect for SSH on bad connections.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry authored and Dmitry committed Nov 17, 2012
1 parent 74aa4ba commit 7ec4a6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion realsync
Expand Up @@ -28,7 +28,7 @@ my @SSH_OPTIONS = (
"-o", "CompressionLevel=9",
"-o", "ConnectTimeout=3",
"-o", "ServerAliveInterval=2",
"-o", "ServerAliveCountMax=2",
"-o", "ServerAliveCountMax=4",
"-o", "StrictHostKeyChecking=no",
);
my @RSYNC_OPTIONS = (
Expand Down

0 comments on commit 7ec4a6d

Please sign in to comment.