]> git.hungrycats.org Git - bees/commitdiff
docs: default throttle is zero
authorZygo Blaxell <bees@furryterror.org>
Fri, 27 Dec 2024 18:02:43 +0000 (13:02 -0500)
committerZygo Blaxell <bees@furryterror.org>
Sat, 4 Jan 2025 04:15:37 +0000 (23:15 -0500)
Signed-off-by: Zygo Blaxell <bees@furryterror.org>
docs/options.md

index 6fafc1ed613d74ad6324646cb37e87b9884f9c75..a7fd1b56da976195bcb6d7bc6c7da9dedb570317 100644 (file)
  The `FACTOR` is multiplied by the average run time for each operation
  to calculate the target delay time.
 
- `FACTOR` 0 adds no delays.  bees will attempt to saturate btrfs delayed
- work queues as quickly as possible, which may impact other processes
- on the same filesystem, or even slow down bees itself.
+ `FACTOR` 0 is the default, which adds no delays.  bees will attempt
+ to saturate btrfs delayed work queues as quickly as possible, which
+ may impact other processes on the same filesystem, or even slow down
+ bees itself.
 
- `FACTOR` 1.0 is the default, and will attempt to keep btrfs delayed work
queues filled at a steady average rate.
+ `FACTOR` 1.0 will attempt to keep btrfs delayed work queues filled at
+ a steady average rate.
 
  `FACTOR` more than 1.0 will add delays longer than the average
  run time (e.g. 10.0 will delay all operations that take less than 10x