mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 19:48:27 +00:00
perf: add zero-delay gateway client connect for tests
This commit is contained in:
@@ -66,6 +66,7 @@ const connectNodeClient = async (params: {
|
||||
});
|
||||
const client = new GatewayClient({
|
||||
url: `ws://127.0.0.1:${params.port}`,
|
||||
connectDelayMs: 0,
|
||||
token,
|
||||
role: "node",
|
||||
clientName: GATEWAY_CLIENT_NAMES.NODE_HOST,
|
||||
|
||||
Reference in New Issue
Block a user