docs(gateway): clarify reload mode off behavior

This commit is contained in:
Amp
2026-08-21 13:56:38 +00:00
parent 9050d9b0a7
commit c6d01af26d
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ Two settings silently disable ambient room events even when `unmentionedInbound:
Check the effective surface with `openclaw agents list` and a probe turn rather than assuming the profile includes it.
After saving the config, the Gateway hot-applies `messages` settings. Restart only when file watching or config reload is disabled (`gateway.reload.mode: "off"`).
After saving the config, the Gateway hot-applies `messages` settings. With `gateway.reload.mode: "off"`, restart manually to apply the change.
## What changes
+4 -4
View File
@@ -535,10 +535,10 @@ for the checklist.
### Reload modes
| Mode | Behavior |
| ---------------------- | ----------------------------------------------------------------------------- |
| **`hybrid`** (default) | Hot-applies safe changes instantly. Automatically restarts for critical ones. |
| **`off`** | Disables file watching. Changes take effect on the next manual restart. |
| Mode | Behavior |
| ---------------------- | ------------------------------------------------------------------------------------------------------------------------------------ |
| **`hybrid`** (default) | Hot-applies safe changes instantly. Automatically restarts for critical ones. |
| **`off`** | Keeps watching and validating source changes and notifying clients, but does not apply them. Runtime changes require manual restart. |
```json5
{