X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=tests%2Fworker-files%2Fcluster%2FechoWorker.js;h=9bcae28163bf475972f334623505e4a23531ed64;hb=a61a07243eee5cc54e7cf0d8e231202781f73f30;hp=054c4bb30c2d8ef2ad2ed9dd52bc5c6f9af793e2;hpb=e901162fa610e2af305aac504549580b2de48cab;p=poolifier.git diff --git a/tests/worker-files/cluster/echoWorker.js b/tests/worker-files/cluster/echoWorker.js index 054c4bb3..9bcae281 100644 --- a/tests/worker-files/cluster/echoWorker.js +++ b/tests/worker-files/cluster/echoWorker.js @@ -6,6 +6,5 @@ function echo (data) { } module.exports = new ClusterWorker(echo, { - maxInactiveTime: 500, killBehavior: KillBehaviors.HARD })