We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5bca761 + 2eaafa4 commit 33add93Copy full SHA for 33add93
1 file changed
entrypoints/sidepanel/utils/llm.ts
@@ -16,7 +16,7 @@ import { s2bRpc } from '@/utils/rpc'
16
import { getUserConfig } from '@/utils/user-config'
17
const log = logger.child('llm')
18
19
-const DEFAULT_PENDING_TIMEOUT = 60_000 // 60 seconds
+const DEFAULT_PENDING_TIMEOUT = 120_000 // 120 seconds
20
21
interface ExtraOptions {
22
abortSignal?: AbortSignal
0 commit comments