Skip to content

Commit 43f5b85

Browse files
authored
config(amazonq): increase supplementalContext timeout #5967
## Problem based on data, we found out that 50ms cap is not sufficient for larger repo and it tends to return empty supplementalContext due to timeout. ## Solution Increase to 100ms for now and there will be action items for Q team to collect p50, p75, p90 latency according to different repo size to conduct a detailed investigation.
1 parent eac87bc commit 43f5b85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/codewhisperer/models/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export const lineBreak = '\n'
6767

6868
export const lineBreakWin = '\r\n'
6969

70-
export const supplementalContextTimeoutInMs = 50
70+
export const supplementalContextTimeoutInMs = 100
7171

7272
/**
7373
* Ux of recommendations

0 commit comments

Comments
 (0)