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