test(gateway): reduce server shard memory pressure (#73317)

This commit is contained in:
Vincent Koc
2026-04-27 22:58:15 -07:00
committed by GitHub
parent 870f7d1c0f
commit 5828dcdb05

View File

@@ -21,6 +21,7 @@ export function createGatewayServerVitestConfig(env?: Record<string, string | un
"src/gateway/sessions-history-http.test.ts",
],
name: "gateway-server",
pool: "forks",
},
);
}