fix: http ping agent (#1826)

This commit is contained in:
Manuel
2024-01-16 19:44:02 +01:00
committed by GitHub
parent 52ca28d0ec
commit b911e8b56f

View File

@@ -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