mirror of
https://github.com/catdevnull/transicion-desordenada-diablo
synced 2024-11-15 02:21:39 +00:00
reactivar keepalive y aumentar timeout connect
This commit is contained in:
parent
8708f13838
commit
cf46317d7b
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ import pLimit from "p-limit";
|
|||
import { userAgent } from "./config.js";
|
||||
|
||||
const dispatcher = new Agent({
|
||||
pipelining: 0,
|
||||
connect: { timeout: 60 * 1000 },
|
||||
bodyTimeout: 15 * 60 * 1000,
|
||||
maxRedirections: 20,
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue