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