remove superfluous whitespace in docs

This commit is contained in:
Thomas Waldmann 2019-06-08 17:56:09 +02:00
parent 87827b7443
commit f072a3579e
1 changed files with 1 additions and 2 deletions

View File

@ -69,4 +69,3 @@ This will cause the server to send a keep alive to the client every 10 seconds.
If you then run borg commands with ``--lock-wait 600``, this gives sufficient time for the borg serve processes to terminate after the SSH connection is torn down after the 300 second wait for the keepalives to fail. If you then run borg commands with ``--lock-wait 600``, this gives sufficient time for the borg serve processes to terminate after the SSH connection is torn down after the 300 second wait for the keepalives to fail.
You may, of course, modify the timeout values demonstrated above to values that suit your environment and use case. You may, of course, modify the timeout values demonstrated above to values that suit your environment and use case.