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