maxClientManagers

maxClientManagers: number | undefined

The maximum number of client PresentationManager instances to keep in memory at once. When creating a manager for a new client would exceed this limit, the least-recently-used manager is disposed first. This bounds memory and native resource usage regardless of how many distinct clients make requests.

Defaults to 100. A value less than 1 disables the limit.

Defined in

Last Updated: 03 August, 2026