workerConnectionCacheSize
workerConnectionCacheSize: number | undefined
Each worker thread (see 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: 14 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.