Skip to content

Commit 77ae4fd

Browse files
Update LoadTest.test.ts
1 parent e9ee0ae commit 77ae4fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

integration-tests/common/LoadTest.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ describe("Load Test for ECONNRESET", () => {
4747

4848
// Create an array to hold all the request promises.
4949
const undiciAgent = new UndiciAgent({
50-
connections: 500,
50+
connections: 20,
5151
//pipelining: 10,
5252
keepAliveTimeout: 270000,
5353
keepAliveMaxTimeout: 270000,

0 commit comments

Comments
 (0)