fix(gemini-image-generator): 增大默认超时从120s到180s

网络不稳定时120s会导致fetch abort,适当延长可提高生图成功率。

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
lc
2026-05-06 22:46:24 +08:00
parent 35488beef2
commit e6daf7a8d8

View File

@@ -64,7 +64,7 @@ const Config = {
// 超时设置(毫秒) // 超时设置(毫秒)
timeout: { timeout: {
default: 120000, // 默认2分钟 default: 180000, // 默认2分钟
max: 300000 // 最大5分钟 max: 300000 // 最大5分钟
} }
} }