fix: http ping agent (#1826)
This commit is contained in:
@@ -47,7 +47,6 @@ export const appRouter = createTRPCRouter({
|
|||||||
// Cache for 5 minutes
|
// Cache for 5 minutes
|
||||||
'Cache-Control': 'max-age=300'
|
'Cache-Control': 'max-age=300'
|
||||||
},
|
},
|
||||||
httpAgent: agent,
|
|
||||||
httpsAgent: agent,
|
httpsAgent: agent,
|
||||||
timeout: 12 * 1000, // 12 seconds,
|
timeout: 12 * 1000, // 12 seconds,
|
||||||
maxRedirects: 3
|
maxRedirects: 3
|
||||||
|
|||||||
Reference in New Issue
Block a user