Home > doofinder > ClientPool > options

ClientPool.options property

Property to change shared options.

When changed, all existing clients are removed so new ones get the new options.

Signature:

static get options(): Partial<ClientOptions>;

static set options(value: Partial<ClientOptions>);