mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 21:37:11 +00:00
fix: add default timeout
This commit is contained in:
parent
54cdded6c0
commit
7719b27392
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ export const Config = {
|
|||
proxy: PROXY,
|
||||
debug: false,
|
||||
// 各个地方的默认超时时间
|
||||
defaultTimeoutMs: 12000,
|
||||
defaultTimeoutMs: 120000,
|
||||
// 浏览器默认超时,浏览器可能需要更高的超时时间
|
||||
chromeTimeoutMS: 120000
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue