Package lock to 2.0.0 and removing other full keywords
[poolifier.git] / examples / dynamicExample.js
index 66909d382d0b4ffc27fb83fb3e84317eb0f68f3c..95b4f49a5db650ee91642e0119f6e4b3c4359e3f 100644 (file)
@@ -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
     })