X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=README.md;h=07bcdb10543cf3f52e0adc755ff3dd2f38459fbb;hb=720b5f8fb8094639055da32ed9b9139ded4450ac;hp=cd882833d2dbf62ec9344702dabfbc5d951b4a32;hpb=4abb4f366b1b50f912ebd24dd95edbd2a61414cc;p=poolifier.git diff --git a/README.md b/README.md index cd882833..07bcdb10 100644 --- 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 }`