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