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