X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Futility-types.ts;h=0723b4395407a94b18d3cafcfc6e5db2360017e0;hb=2826fc7a3ba7197b08fe5c352d8965b234f3abc5;hp=135dcefba0cde30cc76aa2a2d10bba89eefb14bc;hpb=d2c73f82d13f6a30d46e829709ad21373271727a;p=poolifier.git diff --git a/src/utility-types.ts b/src/utility-types.ts index 135dcefb..0723b439 100644 --- a/src/utility-types.ts +++ b/src/utility-types.ts @@ -115,9 +115,9 @@ export interface MessageValue */ readonly ready?: boolean /** - * Whether the worker starts or stops its aliveness check. + * Whether the worker starts or stops its activity check. */ - readonly checkAlive?: boolean + readonly checkActive?: boolean } /**