Skip to content

Commit 45a3efc

Browse files
authored
codewhisperer: update code chunks size fetched #3636
1 parent 2f615ee commit 45a3efc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/codewhisperer/models/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ export const isClassifierEnabledKey = 'CODEWHISPERER_CLASSIFIER_TRIGGER_ENABLED'
269269
export const supplemetalContextFetchingTimeoutMsg = 'codewhisperer supplemental context fetching timeout'
270270

271271
export const crossFileContextConfig = {
272-
numberOfChunkToFetch: 60,
272+
numberOfChunkToFetch: 3000,
273273
topK: 3,
274274
numberOfLinesEachChunk: 10,
275275
}

0 commit comments

Comments
 (0)