X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fpools%2Fabstract-pool.ts;h=12ad699511efdc9e812d893e66c6233091fc1c9d;hb=aff95fe77c1dd978bd393d823b83267970ef6a70;hp=d71b724446ff150d983329233668e19c2e63f6b5;hpb=910416386b4f7d0da4e6f0d8551cefa2539c5ced;p=poolifier.git diff --git a/src/pools/abstract-pool.ts b/src/pools/abstract-pool.ts index d71b7244..12ad6995 100644 --- a/src/pools/abstract-pool.ts +++ b/src/pools/abstract-pool.ts @@ -1054,7 +1054,7 @@ export abstract class AbstractPool< * * @param workerNodeKey - The worker node key. * @param name - The task function name. - * @returns The task function worker choice priority if the task function worker choice priority is defined, `undefined` otherwise. + * @returns The worker node task function priority if the worker node task function priority is defined, `undefined` otherwise. */ private readonly getWorkerNodeTaskFunctionPriority = ( workerNodeKey: number,