Try to fix release publishing on registry
[poolifier.git] / examples / dynamicExample.js
index 95b4f49a5db650ee91642e0119f6e4b3c4359e3f..94c665a6ae88ee55e15575ff72fbcfd176751842 100644 (file)
@@ -9,7 +9,7 @@ pool.emitter.on('busy', () => maxReached++)
 
 const start = Date.now()
 const iterations = 1000
-for (let i = 0; i <= iterations; i++) {
+for (let i = 1; i <= iterations; i++) {
   pool
     .execute({})
     .then(res => {