From e8efb7339eb00dfd681ed4dcd26d71ffd3ae0ff6 Mon Sep 17 00:00:00 2001 From: Shakker Date: Wed, 6 May 2026 23:58:36 +0100 Subject: [PATCH] perf: reuse metadata across gateway runtime config --- src/gateway/server.impl.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gateway/server.impl.ts b/src/gateway/server.impl.ts index b5a823efcb2..846d2633083 100644 --- a/src/gateway/server.impl.ts +++ b/src/gateway/server.impl.ts @@ -657,7 +657,7 @@ export async function startGatewayServer( } = pluginBootstrap; setCurrentPluginMetadataSnapshot(pluginLookUpTable, { config: startupActivationSourceConfig, - compatibleConfigs: [gatewayPluginConfigAtStart], + compatibleConfigs: [startupRuntimeConfig, cfgAtStart, gatewayPluginConfigAtStart], env: process.env, workspaceDir: defaultWorkspaceDir, });