Skip to content

Commit 001526c

Browse files
committed
make retry count 5
1 parent 370a9a1 commit 001526c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/amazonq/src/app/inline/EditRendering/imageRenderer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ function logSuggestionFailure(type: 'DISCARD' | 'REJECT', reason: string, sugges
2323
}
2424

2525
const autoRejectEditCursorDistance = 25
26-
const maxPrefixRetryCharDiff = 7
26+
const maxPrefixRetryCharDiff = 5
2727
const docChangedHandlerDeboucneInMs = 750
2828

2929
enum RejectReason {

0 commit comments

Comments
 (0)