Skip to content

Commit 9377975

Browse files
test with updated h2 config
1 parent 3403c8e commit 9377975

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/orkes/helpers/resolveFetchFn.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export const resolveFetchFn = async (
1616
const undiciAgent = new Agent({
1717
allowH2: true,
1818
connections: 1,
19-
//keepAliveTimeout: 4000,
19+
keepAliveTimeout: 500,
2020
//keepAliveMaxTimeout: 1000 * 60 * 10,
2121
});
2222

0 commit comments

Comments
 (0)