From 7ff318d3f242aee643e6fcb7c751d8ef7f76d602 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sun, 4 Jan 2026 15:45:42 +0100 Subject: [PATCH] docs: note canvasHost reload requires restart --- docs/configuration.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/configuration.md b/docs/configuration.md index 3c0bbcff1..16207917c 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -1072,6 +1072,8 @@ Disable live reload (and file watching) if the directory is large or you hit `EM } ``` +Changes to `canvasHost.*` require a gateway restart (config reload will restart). + Disable with: - config: `canvasHost: { enabled: false }` - env: `CLAWDBOT_SKIP_CANVAS_HOST=1`