ReplicationFileBasedConfig: Fix setting default sshConnectionTimeout

The default value did not get set when the replication config did not
exist, was empty, or was invalid. This is not really a problem since
if there is no config, no SSH connections are made anyway.

A more serious issue is that the value was read with minutes as the
default time unit, but then converted to milliseconds using seconds as
the time unit, which resulted in an incorrect value.

Change-Id: I64906e29acb56f0f53b432db61d2707dfe1963d3
1 file changed
tree: 8204484861a663b03a7e3bfe032995f6c4a9f8af
  1. .settings/
  2. src/
  3. .gitignore
  4. .mailmap
  5. BUILD
  6. LICENSE