Allow proxy streams to stay open

This commit is contained in:
Shantur Rathore
2025-11-22 21:50:04 +00:00
parent 3edb0ac09e
commit 00bd9f9c1c

View File

@@ -65,6 +65,10 @@ export function createHttpServer(deps: HttpServerDeps) {
app.register(replyFrom, {
contentTypesToEncode: [],
undici: {
bodyTimeout: 0,
headersTimeout: 0,
},
})
registerWorkspaceRoutes(app, { workspaceManager: deps.workspaceManager })