chore(sync): mirror docs from openclaw/openclaw@0a2d635e68

This commit is contained in:
openclaw-docs-sync[bot] 2026-04-28 20:00:19 +00:00
parent 65792c769f
commit 1a61cf8dc7
2 changed files with 3 additions and 3 deletions

View File

@ -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"
}

View File

@ -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` |