workerConnectionCacheSize

workerConnectionCacheSize: undefined | number

Each worker thread (see PresentationManagerCachingConfig.workerThreadsCount) opens a connection to an iModel used for a request. This means there could be {workerThreadsCount} * {iModels count} number of connections. Each connection uses a memory cache to increase iModel read performance. This parameter allows controlling the size of that cache. Defaults to 32768000 bytes (32 MB).

@see Worker connections cache documentation page

Defined in

Last Updated: 15 March, 2024