X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fworker%2Fabstract-worker.ts;h=b65ed5901c3fe8d76b5868cb4e78273af9ee209d;hb=e8ea58d292e381a6be7f4d0fee5d5b691adb37ac;hp=cb33188e5778a3c9a31cc30f6ae93cb46b33567c;hpb=5efc2a90350b03cb26758a5adbd692b250a7d331;p=poolifier.git diff --git a/src/worker/abstract-worker.ts b/src/worker/abstract-worker.ts index cb33188e..b65ed590 100644 --- a/src/worker/abstract-worker.ts +++ b/src/worker/abstract-worker.ts @@ -3,7 +3,7 @@ import type { Worker } from 'cluster' import type { MessagePort } from 'worker_threads' import type { MessageValue, KillBehavior } from '../utility-types' import type { WorkerOptions } from './worker-options' -// import { killBehaviorEnumeration } from './worker-options' +// import { killBehaviorTypes } from './worker-options' const defaultMaxInactiveTime = 1000 * 60 // TODO fix this and avoid that SOFT/HARD words are replicated so much times into the project