Skip to content

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

PropertyModifierTypeDefined in
idleTimeoutMs?readonlynumberpackages/security/src/sandbox/worker-threads.ts:50
max?readonlynumberpackages/security/src/sandbox/worker-threads.ts:49
min?readonlynumberpackages/security/src/sandbox/worker-threads.ts:48