Interface EsPoolOptions

Options for thread pools.

Hierarchy

  • EsPoolOptions

Properties

Properties

name: string

Gives that pool a name to be used for debug logging, letting you distinguish between log output of different pools.

Default Value

"EsThreadPool"
size: number

No. of worker threads to spawn and to be managed by the pool.

Default Value

navigator.hardwareConcurrency

Generated using TypeDoc