mirror of
				https://github.com/Zygo/bees.git
				synced 2025-10-31 10:10:34 +01:00 
			
		
		
		
	docs: default throttle is zero
Signed-off-by: Zygo Blaxell <bees@furryterror.org>
This commit is contained in:
		| @@ -49,12 +49,13 @@ | |||||||
|  The `FACTOR` is multiplied by the average run time for each operation |  The `FACTOR` is multiplied by the average run time for each operation | ||||||
|  to calculate the target delay time. |  to calculate the target delay time. | ||||||
|  |  | ||||||
|  `FACTOR` 0 adds no delays.  bees will attempt to saturate btrfs delayed |  `FACTOR` 0 is the default, which adds no delays.  bees will attempt | ||||||
|  work queues as quickly as possible, which may impact other processes |  to saturate btrfs delayed work queues as quickly as possible, which | ||||||
|  on the same filesystem, or even slow down bees itself. |  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 |  `FACTOR` 1.0 will attempt to keep btrfs delayed work queues filled at | ||||||
|  queues filled at a steady average rate. |  a steady average rate. | ||||||
|  |  | ||||||
|  `FACTOR` more than 1.0 will add delays longer than the average |  `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 |  run time (e.g. 10.0 will delay all operations that take less than 10x | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user