diff --git a/src/gateway/config-reload.ts b/src/gateway/config-reload.ts index e9d6448d0..ce6b04110 100644 --- a/src/gateway/config-reload.ts +++ b/src/gateway/config-reload.ts @@ -82,6 +82,7 @@ const BASE_RELOAD_RULES_TAIL: ReloadRule[] = [ { prefix: "gateway", kind: "restart" }, { prefix: "discovery", kind: "restart" }, { prefix: "canvasHost", kind: "restart" }, + { prefix: "meta", kind: "none" }, ]; let cachedReloadRules: ReloadRule[] | null = null;