fix: raise CLI timeout from 120s to 300s

Change-Id: I1c6a66ed23c6908d6045042e57e50efce1910f9e
This commit is contained in:
wujunchen 2026-04-26 11:08:13 +08:00
parent 2bc7288a44
commit 625ac4e5fe
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View file

@ -39,7 +39,7 @@ export const DEFAULT_SETTINGS: PluginSettings = {
customSystemPrompt: '',
model: 'claude-sonnet-4-6',
exportFolder: 'Reading/Articles',
cliTimeoutMs: 120000,
cliTimeoutMs: 300000,
streaming: true,
};