cap CLI proxy concurrency

This commit is contained in:
Shantur Rathore
2025-11-23 14:40:37 +00:00
parent 3ce5569b82
commit 002efad9ad

View File

@@ -66,6 +66,8 @@ export function createHttpServer(deps: HttpServerDeps) {
app.register(replyFrom, {
contentTypesToEncode: [],
undici: {
connections: 16,
pipelining: 1,
bodyTimeout: 0,
headersTimeout: 0,
},