Undo timeout

This commit is contained in:
Keith Schaab
2026-05-20 16:52:12 +00:00
parent 6fee663ddc
commit fc65504ba7
+1 -1
View File
@@ -28,7 +28,7 @@ export class PrivateIpError extends Error {
}
}
let defaultHeadersTimeout = 60000; // 60 seconds
let defaultHeadersTimeout = 300000; // 5 minutes
const defaultBodyTimeout = 300000; // 5 minutes
let currentProxy: string | undefined = undefined;