mirror of
https://github.com/Zygo/bees.git
synced 2025-08-03 14:23:29 +02:00
throttle: add --throttle-factor option to control throttling factor
Also change the initializer syntax for the option list to use C99 compound literals. Signed-off-by: Zygo Blaxell <bees@furryterror.org>
This commit is contained in:
@@ -12,6 +12,7 @@ Load management options:
|
||||
-C, --thread-factor Worker thread factor (default 1)
|
||||
-G, --thread-min Minimum worker thread count (default 0)
|
||||
-g, --loadavg-target Target load average for worker threads (default none)
|
||||
--throttle-factor Idle time between operations (default 1.0)
|
||||
|
||||
Filesystem tree traversal options:
|
||||
-m, --scan-mode Scanning mode (0..4, default 4)
|
||||
|
Reference in New Issue
Block a user