mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 14:38:25 +00:00
perf: reduce test/runtime overhead in plugin runtime and e2e harness
This commit is contained in:
@@ -268,6 +268,7 @@ describe("gateway canvas host auth", () => {
|
||||
maxAttempts: 1,
|
||||
windowMs: 60_000,
|
||||
lockoutMs: 60_000,
|
||||
exemptLoopback: false,
|
||||
});
|
||||
const canvasWss = new WebSocketServer({ noServer: true });
|
||||
const canvasHost: CanvasHostHandler = {
|
||||
|
||||
Reference in New Issue
Block a user