X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FWorkerOptions.html;h=ead7b50a36164e7d60f9398ef136f386895110ee;hb=69f8ce0ab8ce1afcf350b21796496b8dcd2aaec1;hp=3458ccfa129649b16f2ce527be8cda90efacc614;hpb=45fd64c3bd52a7ce4e483fd48a155252ee5a547c;p=poolifier.git diff --git a/docs/interfaces/WorkerOptions.html b/docs/interfaces/WorkerOptions.html index 3458ccfa..ead7b50a 100644 --- a/docs/interfaces/WorkerOptions.html +++ b/docs/interfaces/WorkerOptions.html @@ -23,7 +23,7 @@ +
  • Defined in src/worker/worker-options.ts:38
  • @@ -45,7 +45,7 @@

    Default

    false

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

    Default

    KillBehaviors.SOFT

    +
  • Defined in src/worker/worker-options.ts:68
  • maxInactiveTime?: number
    @@ -75,7 +75,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