From 5dc183a5936078bb92572b7b997d41234e41d571 Mon Sep 17 00:00:00 2001 From: "openclaw-docs-sync[bot]" Date: Wed, 29 Apr 2026 13:25:41 +0000 Subject: [PATCH] chore(sync): mirror docs from openclaw/openclaw@0be8d127d670e0b3fc635e1190f5f40272418ddf --- .openclaw-sync/source.json | 4 ++-- docs/channels/discord.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.openclaw-sync/source.json b/.openclaw-sync/source.json index 7fe215802..271683b38 100644 --- a/.openclaw-sync/source.json +++ b/.openclaw-sync/source.json @@ -1,5 +1,5 @@ { "repository": "openclaw/openclaw", - "sha": "bbf985d50a6491bf02010c8ec30cd6b7dc4e2ed1", - "syncedAt": "2026-04-29T13:03:33.801Z" + "sha": "0be8d127d670e0b3fc635e1190f5f40272418ddf", + "syncedAt": "2026-04-29T13:24:06.229Z" } diff --git a/docs/channels/discord.md b/docs/channels/discord.md index 431f7a188..ae7003351 100644 --- a/docs/channels/discord.md +++ b/docs/channels/discord.md @@ -1103,11 +1103,11 @@ openclaw logs --follow - `Slow listener detected ...` - `stuck session: sessionKey=agent:...:discord:... state=processing ...` - Carbon gateway queue knobs: + Discord gateway queue knobs: - single-account: `channels.discord.eventQueue.listenerTimeout` - multi-account: `channels.discord.accounts..eventQueue.listenerTimeout` - - this only controls Carbon gateway listener work, not agent turn lifetime + - this only controls Discord gateway listener work, not agent turn lifetime Discord does not apply a channel-owned timeout to queued agent turns. Message listeners hand off immediately, and queued Discord runs preserve per-session ordering until the session/tool/runtime lifecycle completes or aborts the work.