X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=README.md;h=83ec2122c2bf11bc4aab12c28bf50676f88b5fcd;hb=1927ee6758147bb8a2479b987322564cea20992b;hp=96008eb2a9af79f9e01547aaf00ebfaaf0c488ef;hpb=6406085759cf7a0dd1c06e7d185b7777cecde8a3;p=poolifier.git diff --git a/README.md b/README.md index 96008eb2..83ec2122 100644 --- a/README.md +++ b/README.md @@ -155,7 +155,6 @@ You can use node versions 12.x, 13.x, 14.x - `errorHandler` - A function that will listen for error event on each worker - `onlineHandler` - A function that will listen for online event on each worker - `exitHandler` - A function that will listen for exit event on each worker -- `maxTasks` - This is just to avoid not useful warnings message, is used to set [maxListeners](https://nodejs.org/dist/latest-v12.x/docs/api/events.html#events_emitter_setmaxlisteners_n) on event emitters (workers are event emitters) ### `pool = new DynamicThreadPool/DynamicClusterPool(min, max, filePath, opts)`