From: Jérôme Benoit Date: Sat, 16 Sep 2023 22:43:32 +0000 (+0200) Subject: docs: fix default value in comment X-Git-Tag: v2.6.45~5 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=8ff61e33f89b7a500b78ed858d1496befb9b4fc6;p=poolifier.git docs: fix default value in comment Signed-off-by: Jérôme Benoit --- diff --git a/src/pools/pool.ts b/src/pools/pool.ts index b5eec21c..386e9290 100644 --- a/src/pools/pool.ts +++ b/src/pools/pool.ts @@ -152,7 +152,7 @@ export interface PoolOptions { /** * Whether to start the minimum number of workers at pool initialization. * - * @defaultValue false + * @defaultValue true */ startWorkers?: boolean /**