X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FWorkerOptions.html;h=718a83084a48edf166ec1b06c1ca88a712100cff;hb=301c53e7ae6cf1120298ea10868a9091904c01a2;hp=446b46f6f90befda0346856bd708e7de49eb94cf;hpb=ee6c0f814af70d315f8485f0189407b92d31294d;p=poolifier.git diff --git a/docs/interfaces/WorkerOptions.html b/docs/interfaces/WorkerOptions.html index 446b46f6..718a8308 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