From 92e7183f70b5d1ccf17290406748369635c1b7c7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sat, 10 Jun 2023 12:28:44 +0200 Subject: [PATCH] docs: refine README MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6f94626a..6fdac382 100644 --- a/README.md +++ b/README.md @@ -196,11 +196,11 @@ An object with these properties: Default: `{ concurrency: 1 }` -#### `ThreadPoolOptions` +#### `ThreadPoolOptions extends PoolOptions` - `workerOptions` (optional) - An object with the worker options. See [worker_threads](https://nodejs.org/api/worker_threads.html#worker_threads_new_worker_filename_options) for more details. -#### `ClusterPoolOptions` +#### `ClusterPoolOptions extends PoolOptions` - `env` (optional) - An object with the environment variables to pass to the worker. See [cluster](https://nodejs.org/api/cluster.html#cluster_cluster_fork_env) for more details. -- 2.34.1