updateMaterializationConfig
Function: updateMaterializationConfig()
updateMaterializationConfig(
config,logger):void
Defined in: src/workers/backgroundWorkerService.ts:276
Updates the configuration for the materialization worker at runtime.
Parameters
config
Partial<WorkerConfig>
A partial configuration object with the new settings to apply.
logger
FastifyBaseLogger
Returns
void