X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=README.md;h=4ed7180b9f4986caeb29c8f1227b6ae63e0f6fd9;hb=fbc22127e53d3ec0ecbd38ecea25fb92ebef50e7;hp=05865e2cfcecfddae76d46a05eb89a4b139ba2f4;hpb=0feeec4ab35dae438017f69feb1a1a560ea9ffe8;p=poolifier.git diff --git a/README.md b/README.md index 05865e2c..4ed7180b 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Actions Status Quality Gate Status - + Code Coverage Javascript Standard Style Guide @@ -104,8 +104,7 @@ function yourFunction(data) { } module.exports = new ThreadWorker(yourFunction, { - maxInactiveTime: 60000, - async: false + maxInactiveTime: 60000 }) ```