From 5309148ba169a07ee7cc1e1868ecde12686ca679 Mon Sep 17 00:00:00 2001 From: filesite Date: Fri, 10 May 2024 13:59:43 +0800 Subject: [PATCH] change timeout --- config.mjs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.mjs b/config.mjs index 88c1318..a9dfba9 100644 --- a/config.mjs +++ b/config.mjs @@ -46,13 +46,13 @@ let configs = { //请求参数 heroBotOptions: { - timeoutMs: 20000, + timeoutMs: 30000, referrer: '', }, //网页tab参数 heroTabOptions: { - timeoutMs: 30000 + timeoutMs: 60000 }, //常用浏览器user-agent