Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/security / / WorkerPoolOptions
Interface: WorkerPoolOptions
Defined in: packages/security/src/sandbox/worker-threads.ts:47
Worker pool sizing options. Reserved for the post-MVP warm-pool implementation; the v0.1 adapter spawns a fresh worker per call.
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
idleTimeoutMs? | readonly | number | packages/security/src/sandbox/worker-threads.ts:50 |
max? | readonly | number | packages/security/src/sandbox/worker-threads.ts:49 |
min? | readonly | number | packages/security/src/sandbox/worker-threads.ts:48 |