mirror of
https://github.com/fancive/obsidian-parallel-reader.git
synced 2026-07-22 06:53:43 +00:00
fix: raise CLI timeout from 120s to 300s
Change-Id: I1c6a66ed23c6908d6045042e57e50efce1910f9e
This commit is contained in:
parent
2bc7288a44
commit
625ac4e5fe
2 changed files with 2 additions and 2 deletions
2
main.js
2
main.js
File diff suppressed because one or more lines are too long
|
|
@ -39,7 +39,7 @@ export const DEFAULT_SETTINGS: PluginSettings = {
|
|||
customSystemPrompt: '',
|
||||
model: 'claude-sonnet-4-6',
|
||||
exportFolder: 'Reading/Articles',
|
||||
cliTimeoutMs: 120000,
|
||||
cliTimeoutMs: 300000,
|
||||
streaming: true,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue