File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -1640,8 +1640,8 @@ export class Task extends EventEmitter<ClineEvents> {
16401640 autoApprovalEnabled,
16411641 alwaysApproveResubmit,
16421642 requestDelaySeconds,
1643- minRetryDelaySeconds,
1644- maxRetryDelaySeconds,
1643+ minRetryDelaySeconds = 5 ,
1644+ maxRetryDelaySeconds = 100 ,
16451645 mode,
16461646 autoCondenseContext = true ,
16471647 autoCondenseContextPercent = 100 ,
Original file line number Diff line number Diff line change @@ -1673,6 +1673,8 @@ export class ClineProvider
16731673 codebaseIndexEmbedderModelId : "" ,
16741674 } ,
16751675 profileThresholds : stateValues . profileThresholds ?? { } ,
1676+ minRetryDelaySeconds : stateValues . minRetryDelaySeconds ?? 5 ,
1677+ maxRetryDelaySeconds : stateValues . maxRetryDelaySeconds ?? 100 ,
16761678 }
16771679 }
16781680
You can’t perform that action at this time.
0 commit comments