When true, file-system watchers (chokidar) on the PKI
folders are disabled. The initial scan still populates
the in-memory indexes but live change detection is off.
Useful in test / CI pipelines where many servers start
in parallel and the accumulated fs.watch handles
exhaust the libuv thread-pool.
Default Value
false
OptionalkeySize
keySize?:2048|3072|4096
Optionalname
name?:string
the name of the pki store( default value = "pki" )
the PKI folder will be /
OptionalrootFolder
rootFolder?:string|null
where to store the PKI
default %APPDATA%/node-opcua-default
When
true, file-system watchers (chokidar) on the PKI folders are disabled. The initial scan still populates the in-memory indexes but live change detection is off.Useful in test / CI pipelines where many servers start in parallel and the accumulated
fs.watchhandles exhaust the libuv thread-pool.