From 1a61cf8dc7a541b0be012534757a0a91fd39e701 Mon Sep 17 00:00:00 2001 From: "openclaw-docs-sync[bot]" Date: Tue, 28 Apr 2026 20:00:19 +0000 Subject: [PATCH] chore(sync): mirror docs from openclaw/openclaw@0a2d635e6849a856e1f53be6d5f3c5d6f8a8af2e --- .openclaw-sync/source.json | 4 ++-- docs/gateway/protocol.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.openclaw-sync/source.json b/.openclaw-sync/source.json index 692735826..e8676293b 100644 --- a/.openclaw-sync/source.json +++ b/.openclaw-sync/source.json @@ -1,5 +1,5 @@ { "repository": "openclaw/openclaw", - "sha": "3b593bc56171c463c46f5d3ddaab16d417d07971", - "syncedAt": "2026-04-28T19:56:58.953Z" + "sha": "0a2d635e6849a856e1f53be6d5f3c5d6f8a8af2e", + "syncedAt": "2026-04-28T19:58:43.426Z" } diff --git a/docs/gateway/protocol.md b/docs/gateway/protocol.md index ce433f9b2..6a07dc887 100644 --- a/docs/gateway/protocol.md +++ b/docs/gateway/protocol.md @@ -554,7 +554,7 @@ stable across protocol v3 and are the expected baseline for third-party clients. | ----------------------------------------- | ----------------------------------------------------- | ---------------------------------------------------------- | | `PROTOCOL_VERSION` | `3` | `src/gateway/protocol/schema/protocol-schemas.ts` | | Request timeout (per RPC) | `30_000` ms | `src/gateway/client.ts` (`requestTimeoutMs`) | -| Preauth / connect-challenge timeout | `10_000` ms | `src/gateway/handshake-timeouts.ts` (clamp `250`–`10_000`) | +| Preauth / connect-challenge timeout | `15_000` ms | `src/gateway/handshake-timeouts.ts` (clamp `250`–`15_000`) | | Initial reconnect backoff | `1_000` ms | `src/gateway/client.ts` (`backoffMs`) | | Max reconnect backoff | `30_000` ms | `src/gateway/client.ts` (`scheduleReconnect`) | | Fast-retry clamp after device-token close | `250` ms | `src/gateway/client.ts` |