X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FWorkerOptions.html;h=76a8afca410dc633eb92811e52729f6473a14ec9;hb=fe9f25b5ac98c7c7fccd1849a200c5054a77cf03;hp=8da97c5f3fc3290cfe0dfcc55ed91d7a13b44c91;hpb=671da6812a80aa033463c6605e7a3427c68a38fc;p=poolifier.git diff --git a/docs/interfaces/WorkerOptions.html b/docs/interfaces/WorkerOptions.html index 8da97c5f..76a8afca 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

    60.000 ms

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