const options = { ... };
options.dispatcher = new ProxyAgent({
uri: origin,
headersTimeout: 600000,
bodyTimeout: 600000,
connectTimeout: 600000
})
const response = await fetch(url, options);
Proxies don't accept my timeout and always have a static 10_000 ms.
Proxies don't accept my timeout and always have a static 10_000 ms.
v23.3.0 and 8.0.2