Skip to content

Commit 7694cf5

Browse files
committed
update crossfile line per chunk from 10 to 50
1 parent 907754c commit 7694cf5

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
@@ -689,7 +689,7 @@ export const runSecurityScanButtonTitle = 'Run security scan'
689689
export const crossFileContextConfig = {
690690
numberOfChunkToFetch: 60,
691691
topK: 3,
692-
numberOfLinesEachChunk: 10,
692+
numberOfLinesEachChunk: 50,
693693
}
694694

695695
export const utgConfig = {

0 commit comments

Comments
 (0)