From d4900cc5d5519aafc5eef2c79f52aca4e32e15c7 Mon Sep 17 00:00:00 2001 From: Zygo Blaxell Date: Fri, 27 Dec 2024 13:02:43 -0500 Subject: [PATCH] docs: default throttle is zero Signed-off-by: Zygo Blaxell --- docs/options.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/options.md b/docs/options.md index 6fafc1e..a7fd1b5 100644 --- a/docs/options.md +++ b/docs/options.md @@ -49,12 +49,13 @@ 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