mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-27 04:47:03 -06:00
docs(gateway): clarify reload mode off behavior
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user