cap CLI proxy concurrency
This commit is contained in:
@@ -66,6 +66,8 @@ export function createHttpServer(deps: HttpServerDeps) {
|
|||||||
app.register(replyFrom, {
|
app.register(replyFrom, {
|
||||||
contentTypesToEncode: [],
|
contentTypesToEncode: [],
|
||||||
undici: {
|
undici: {
|
||||||
|
connections: 16,
|
||||||
|
pipelining: 1,
|
||||||
bodyTimeout: 0,
|
bodyTimeout: 0,
|
||||||
headersTimeout: 0,
|
headersTimeout: 0,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user