doc: Correct two typos

This commit is contained in:
Leo R. Lundgren
2023-10-27 18:56:00 +02:00
committed by Michael Eischer
parent 0b6ccea461
commit 8c1125fe13
4 changed files with 5 additions and 5 deletions

View File

@@ -1492,7 +1492,7 @@ Details
Restic did not support limiting the IO concurrency / number of connections for accessing
repositories stored using the local or SFTP backends. The number of connections is now limited
as for other backends, and can be configured via the the `-o local.connections=2` and `-o
as for other backends, and can be configured via the `-o local.connections=2` and `-o
sftp.connections=5` options. This ensures that restic does not overwhelm the backend with
concurrent IO operations.