mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 00:00:46 +00:00
fix(gateway): align handshake client timeouts
This commit is contained in:
@@ -222,6 +222,7 @@ export async function runNodeHost(opts: NodeHostRunOptions): Promise<void> {
|
||||
url,
|
||||
token: token || undefined,
|
||||
password: password || undefined,
|
||||
preauthHandshakeTimeoutMs: cfg.gateway?.handshakeTimeoutMs,
|
||||
instanceId: nodeId,
|
||||
clientName: GATEWAY_CLIENT_NAMES.NODE_HOST,
|
||||
clientDisplayName: displayName,
|
||||
|
||||
Reference in New Issue
Block a user