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