mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 12:27:40 +00:00
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:
@@ -64,6 +64,7 @@ const BASE_RELOAD_RULES: ReloadRule[] = [
|
|||||||
];
|
];
|
||||||
|
|
||||||
const BASE_RELOAD_RULES_TAIL: ReloadRule[] = [
|
const BASE_RELOAD_RULES_TAIL: ReloadRule[] = [
|
||||||
|
{ prefix: "meta", kind: "none" },
|
||||||
{ prefix: "identity", kind: "none" },
|
{ prefix: "identity", kind: "none" },
|
||||||
{ prefix: "wizard", kind: "none" },
|
{ prefix: "wizard", kind: "none" },
|
||||||
{ prefix: "logging", kind: "none" },
|
{ prefix: "logging", kind: "none" },
|
||||||
|
|||||||
Reference in New Issue
Block a user