From: Jérôme Benoit Date: Thu, 13 Oct 2022 20:41:30 +0000 (+0200) Subject: README.md: Fix formatting X-Git-Tag: v2.3.1~1 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=cb5d2427e83239f56090ca05c1732fd9a3a2bd9d;p=poolifier.git README.md: Fix formatting Signed-off-by: Jérôme Benoit --- diff --git a/README.md b/README.md index 39da8744..10f134dc 100644 --- a/README.md +++ b/README.md @@ -167,7 +167,7 @@ You can use node versions >= 12.x for thread pool, and node versions >= 16.x for - `WorkerChoiceStrategies.WEIGHTED_ROUND_ROBIN` Submit tasks to worker using a weighted round robin scheduling algorithm based on tasks execution time - `WorkerChoiceStrategies.FAIR_SHARE`: Submit tasks to worker using a fair share tasks scheduling algorithm based on tasks execution time - `WorkerChoiceStrategies.WEIGHTED_ROUND_ROBIN` and `WorkerChoiceStrategies.FAIR_SHARE` strategies are targeted to heavy and long tasks + `WorkerChoiceStrategies.WEIGHTED_ROUND_ROBIN` and `WorkerChoiceStrategies.FAIR_SHARE` strategies are targeted to heavy and long tasks Default: `WorkerChoiceStrategies.ROUND_ROBIN` - `enableEvents` (optional) - Events emission enablement in this pool. Default: true