mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Adjust generation retry params
This commit is contained in:
parent
43200007cf
commit
fbd249d387
1 changed files with 1 additions and 1 deletions
|
|
@ -216,7 +216,7 @@ export class OpenRouterHandler implements ApiHandler {
|
|||
}
|
||||
}
|
||||
|
||||
@withRetry({ maxRetries: 3, baseDelay: 200, maxDelay: 600, retryAllErrors: true })
|
||||
@withRetry({ maxRetries: 4, baseDelay: 250, maxDelay: 1000, retryAllErrors: true })
|
||||
async *fetchGenerationDetails(genId: string) {
|
||||
// console.log("Fetching generation details for:", genId)
|
||||
try {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue