Skip to content

Commit d68f1b6

Browse files
committed
update supplementalContext timeout from 50 to 100ms
1 parent c6a13a8 commit d68f1b6

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)