refactor: cleanup internal pool messaging code
[poolifier.git] / tests / worker-files / thread / asyncWorker.js
index 5af97b0734e6da16643b763a785d4069e6f48522..d5d9b3101ba862f06b12882b2a896aa3ec32c1f3 100644 (file)
@@ -8,6 +8,5 @@ async function sleep (data) {
 
 module.exports = new ThreadWorker(sleep, {
   maxInactiveTime: 500,
-  async: true,
   killBehavior: KillBehaviors.HARD
 })