mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-12 21:53:00 -06:00
fix: allow slower gateway readiness after updates (#117032)
This commit is contained in:
committed by
GitHub
parent
688317628a
commit
d66b514a7e
@@ -36,7 +36,7 @@ import {
|
||||
const DEFAULT_CHECKOUT = "/Users/steipete/openclaw";
|
||||
const DEFAULT_EXPECTED_ORIGIN = "openclaw/openclaw";
|
||||
const FULL_SHA_RE = /^[0-9a-f]{40}$/u;
|
||||
const GATEWAY_READINESS_ATTEMPTS = 3;
|
||||
const GATEWAY_READINESS_ATTEMPTS = 7;
|
||||
const GATEWAY_READINESS_RETRY_DELAY_MS = 5_000;
|
||||
const GATEWAY_CLI_TIMEOUT_MS = 30_000;
|
||||
const GATEWAY_STOP_PROOF_ATTEMPTS = 100;
|
||||
|
||||
Reference in New Issue
Block a user