Merge branch 'master' into interleaved-weighted-round-robin-worker-choice-strategy
[poolifier.git] / README.md
index cd882833d2dbf62ec9344702dabfbc5d951b4a32..07bcdb10543cf3f52e0adc755ff3dd2f38459fbb 100644 (file)
--- a/README.md
+++ b/README.md
@@ -174,7 +174,7 @@ Node versions >= 16.x are supported.
   Properties:
 
   - `medRunTime` (optional) - Use the tasks median run time instead of the tasks average run time in worker choice strategies.
-  - `weights` (optional) - The weights to use in the weighted round robin worker choice strategy: `{ workerNodeKey: weight, ...}`
+  - `weights` (optional) - The worker weights to use in the weighted round robin worker choice strategy: `{ 0: 200, 1: 300, ..., n: 100 }`
 
   Default: `{ medRunTime: false }`