From 2612097e7c312e70b36ea77ceb17f25e8c843441 Mon Sep 17 00:00:00 2001 From: Alessandro Pio Ardizio Date: Tue, 16 Feb 2021 11:22:31 +0100 Subject: [PATCH] Update src/worker/worker-options.ts Co-authored-by: Shinigami --- src/worker/worker-options.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/worker/worker-options.ts b/src/worker/worker-options.ts index 4e38c296..ad212a2d 100644 --- a/src/worker/worker-options.ts +++ b/src/worker/worker-options.ts @@ -33,7 +33,7 @@ export interface WorkerOptions { * HARD: If last active time is greater than `maxInactiveTime` option, but a task is still running then the worker will be deleted. * This option only apply to the newly created workers. * - * @default SOFT + * @default `'SOFT'` */ killBehavior?: 'HARD' | 'SOFT' } -- 2.34.1