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