fix: bing timeout error

This commit is contained in:
ikechan8370 2023-02-15 11:32:45 +08:00
parent bd934fd970
commit 23b16a7f85
4 changed files with 150 additions and 72 deletions

View file

@ -60,5 +60,7 @@ export const Config = {
'2captchaToken': '',
// http或socks5代理
proxy: PROXY,
debug: true
debug: false,
// 各个地方的默认超时时间
defaultTimeoutMs: 12000
}