X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2FdynamicExample.js;fp=examples%2FdynamicExample.js;h=95b4f49a5db650ee91642e0119f6e4b3c4359e3f;hb=a72f2599850d4587fa5088721897fe256e1c2de1;hp=66909d382d0b4ffc27fb83fb3e84317eb0f68f3c;hpb=8a24c0264f35980470dccd8143eeef3e31ddbff0;p=poolifier.git diff --git a/examples/dynamicExample.js b/examples/dynamicExample.js index 66909d38..95b4f49a 100644 --- a/examples/dynamicExample.js +++ b/examples/dynamicExample.js @@ -16,7 +16,7 @@ for (let i = 0; i <= iterations; i++) { resolved++ if (resolved === iterations) { console.log('Time take is ' + (Date.now() - start)) - return console.log('The pool was full for ' + maxReached + ' times') + return console.log('The pool was busy for ' + maxReached + ' times') } return null })