Change killBehaviorEnumeration to killBehaviorTypes
[poolifier.git] / src / worker / abstract-worker.ts
index cb33188e5778a3c9a31cc30f6ae93cb46b33567c..b65ed5901c3fe8d76b5868cb4e78273af9ee209d 100644 (file)
@@ -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