Browse Source

change timeout

master
filesite 7 months ago
parent
commit
5309148ba1
  1. 4
      config.mjs

4
config.mjs

@ -46,13 +46,13 @@ let configs = {
//请求参数 //请求参数
heroBotOptions: { heroBotOptions: {
timeoutMs: 20000, timeoutMs: 30000,
referrer: '', referrer: '',
}, },
//网页tab参数 //网页tab参数
heroTabOptions: { heroTabOptions: {
timeoutMs: 30000 timeoutMs: 60000
}, },
//常用浏览器user-agent //常用浏览器user-agent

Loading…
Cancel
Save