Skip to content

Commit 2eaafa4

Browse files
committed
fix: increase first-token pending timeout to 120s
1 parent 5bca761 commit 2eaafa4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • entrypoints/sidepanel/utils

entrypoints/sidepanel/utils/llm.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import { s2bRpc } from '@/utils/rpc'
1616
import { getUserConfig } from '@/utils/user-config'
1717
const log = logger.child('llm')
1818

19-
const DEFAULT_PENDING_TIMEOUT = 60_000 // 60 seconds
19+
const DEFAULT_PENDING_TIMEOUT = 120_000 // 120 seconds
2020

2121
interface ExtraOptions {
2222
abortSignal?: AbortSignal

0 commit comments

Comments
 (0)