X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fworker%2Fabstract-worker.ts;h=768c8d95ee3493267163b07ca7ff332f31caa152;hb=3ec964d666b2ffa57b57a37a29542a727fc55ee6;hp=b65ed5901c3fe8d76b5868cb4e78273af9ee209d;hpb=e8ea58d292e381a6be7f4d0fee5d5b691adb37ac;p=poolifier.git diff --git a/src/worker/abstract-worker.ts b/src/worker/abstract-worker.ts index b65ed590..768c8d95 100644 --- a/src/worker/abstract-worker.ts +++ b/src/worker/abstract-worker.ts @@ -3,7 +3,6 @@ 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 { 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