fix: ignore meta field changes in config file watcher (#13460)

Prevents infinite restart loop when gateway updates meta.lastTouchedAt
and meta.lastTouchedVersion on startup.

Fixes #13458
This commit is contained in:
brandonwise
2026-02-12 08:55:26 -05:00
committed by GitHub
parent 647d929c9d
commit 7f6f7f598c

View File

@@ -64,6 +64,7 @@ const BASE_RELOAD_RULES: ReloadRule[] = [
];
const BASE_RELOAD_RULES_TAIL: ReloadRule[] = [
{ prefix: "meta", kind: "none" },
{ prefix: "identity", kind: "none" },
{ prefix: "wizard", kind: "none" },
{ prefix: "logging", kind: "none" },