Reduce socket batch size to prevent ui lockup when using non-wasm event validation

This commit is contained in:
Jon Staab
2025-10-28 08:33:17 -07:00
parent 7d8f5e05b4
commit 8b8e3a6a51
2 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -281,7 +281,7 @@ describe("policy", () => {
expect(closeSpy).toHaveBeenCalled()
cleanup()
}, 50000)
}, 100000)
it("should reset timer on send activity", () => {
const cleanup = socketPolicyCloseInactive(socket)