From b911e8b56f4f86870d3b6d8888494816d3edfcc1 Mon Sep 17 00:00:00 2001 From: Manuel <30572287+manuel-rw@users.noreply.github.com> Date: Tue, 16 Jan 2024 19:44:02 +0100 Subject: [PATCH] fix: http ping agent (#1826) --- src/server/api/routers/app.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/server/api/routers/app.ts b/src/server/api/routers/app.ts index 234ff583f..4bceeda1f 100644 --- a/src/server/api/routers/app.ts +++ b/src/server/api/routers/app.ts @@ -47,7 +47,6 @@ export const appRouter = createTRPCRouter({ // Cache for 5 minutes 'Cache-Control': 'max-age=300' }, - httpAgent: agent, httpsAgent: agent, timeout: 12 * 1000, // 12 seconds, maxRedirects: 3