X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FWorkerOptions.html;h=1d3e8a409b4dfbb5bffa165e9b93d763f2bc8688;hb=dea288f11483ea6c15807b20e4c621483c7fa5af;hp=ca9e8aeef048811075ea3f9780017ea5f85cac1f;hpb=9e10031ee0b5a9d0842cbf0cd65295742bfdc03e;p=poolifier.git diff --git a/docs/interfaces/WorkerOptions.html b/docs/interfaces/WorkerOptions.html index ca9e8aee..1d3e8a40 100644 --- a/docs/interfaces/WorkerOptions.html +++ b/docs/interfaces/WorkerOptions.html @@ -23,7 +23,7 @@ +
  • Defined in src/worker/worker-options.ts:38
  • @@ -47,7 +47,7 @@

    Deprecated

    This option will be removed in the next major version.

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

    Default Value

    KillBehaviors.SOFT

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

    Default Value

    60000

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