X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=tests%2Fworker-files%2Fcluster%2FechoWorker.js;h=9bcae28163bf475972f334623505e4a23531ed64;hb=e9257a71db0df268988cb3943a7cca04745af8c1;hp=054c4bb30c2d8ef2ad2ed9dd52bc5c6f9af793e2;hpb=aad2595fd9c26bcb2f0d7a22d06edf56d5b08bdb;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 })