mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 06:00:43 +00:00
perf: reuse metadata across gateway runtime config
This commit is contained in:
@@ -657,7 +657,7 @@ export async function startGatewayServer(
|
||||
} = pluginBootstrap;
|
||||
setCurrentPluginMetadataSnapshot(pluginLookUpTable, {
|
||||
config: startupActivationSourceConfig,
|
||||
compatibleConfigs: [gatewayPluginConfigAtStart],
|
||||
compatibleConfigs: [startupRuntimeConfig, cfgAtStart, gatewayPluginConfigAtStart],
|
||||
env: process.env,
|
||||
workspaceDir: defaultWorkspaceDir,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user