docs: fix docs/worker-choice-strategies.md
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Wed, 30 Aug 2023 10:59:05 +0000 (12:59 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Wed, 30 Aug 2023 10:59:05 +0000 (12:59 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
docs/worker-choice-strategies.md

index 49f7c65ce1f76e3c8914ed5460bca0fefd7c8883..ff475bf6fe1c8011ead7ec321d6ebcfe414cefad 100644 (file)
@@ -25,7 +25,7 @@ The worker weights are maximum tasks execution time. Once the worker has reached
 ### Interleaved weighted round robin (experimental)
 
 The worker weights are maximum tasks execution time. The rounds are the deduplicated worker weights.  
-During a round, if the worker weight is superior or equal to the current round weight and its tasks execution time is inferior or equal to the current round weight, the task is assigned to the worker. Once all workers weight have been tested, the next round starts.  
+During a round, if the worker weight is superior or equal to the current round weight and its tasks execution time is inferior to the current round weight, the task is assigned to the worker. Once all workers weight have been tested, the next round starts.  
 The default worker weights is the same for each and computed given the CPU cores speed and theirs numbers. So the default 'rounds' consists of a unique worker weight.
 
 ## Statistics