X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FWorkerOptions.html;h=12df30b4a785786090faf6145c036e6ed8488f89;hb=8662ea71e523af81c1138618f0e12b89df35ce8a;hp=446b46f6f90befda0346856bd708e7de49eb94cf;hpb=fec1c97860619dd6356803fee392205474010d5b;p=poolifier.git diff --git a/docs/interfaces/WorkerOptions.html b/docs/interfaces/WorkerOptions.html index 446b46f6..12df30b4 100644 --- a/docs/interfaces/WorkerOptions.html +++ b/docs/interfaces/WorkerOptions.html @@ -21,7 +21,7 @@ +
  • Defined in src/worker/worker-options.ts:38
  • @@ -43,7 +43,7 @@

    Default

    false

    +
  • Defined in src/worker/worker-options.ts:57
  • killBehavior?: "SOFT" | "HARD"
    @@ -57,7 +57,7 @@

    Default

    KillBehaviors.SOFT

    +
  • Defined in src/worker/worker-options.ts:68
  • maxInactiveTime?: number
    @@ -73,7 +73,7 @@ when this timeout expires your tasks is interrupted and the worker is killed if

    Default

    60000 ms

    +
  • Defined in src/worker/worker-options.ts:51