diff options
author | Jakob Borg <jakob@kastelo.net> | 2023-09-27 15:56:28 +0200 |
---|---|---|
committer | Jakob Borg <jakob@kastelo.net> | 2023-09-27 15:56:28 +0200 |
commit | 68df58f315d2ba56c5dd0035471277b91e040195 (patch) | |
tree | 664b357a58624150403d83cc1eb78442e66844cc | |
parent | fcc38643ceaa22f4db4a9954416e67b53e009b58 (diff) | |
download | syncthing-docs-68df58f315d2ba56c5dd0035471277b91e040195.zip |
users/tuning: Typos
-rw-r--r-- | users/tuning.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/users/tuning.rst b/users/tuning.rst index d9f4ae6..e957e83 100644 --- a/users/tuning.rst +++ b/users/tuning.rst @@ -40,7 +40,7 @@ is on an SSD. First some general options: - :opt:`maxConcurrentIncomingRequestKiB` This sets the maximum amount of data being processed (loaded from disk and transmitted over the network) concurrently at any given - time. This is a global limited, not per folder. If you have a lot of + time. This is a global limiter, not per folder. If you have a lot of folders and/or a lot of devices and memory to spare you may want to increase this value. The default is 256 MiB, consider values of 1024 MiB or more. @@ -108,7 +108,7 @@ These options are folder specific and should be set on each folder: - :opt:`copyRangeMethod` If your underlying filesystem supports it, you may see a performance - increase by enabling a copy-on-write method, as it reduces the amount od + increase by enabling a copy-on-write method, as it reduces the amount of data actually copied on disk when syncing files. - :opt:`caseSensitiveFS` |