Skip to content

Commit

Permalink
users/tuning: Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
calmh committed Sep 27, 2023
1 parent fcc3864 commit 68df58f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions users/tuning.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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`
Expand Down

0 comments on commit 68df58f

Please sign in to comment.