We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f615ee commit 45a3efcCopy full SHA for 45a3efc
src/codewhisperer/models/constants.ts
@@ -269,7 +269,7 @@ export const isClassifierEnabledKey = 'CODEWHISPERER_CLASSIFIER_TRIGGER_ENABLED'
269
export const supplemetalContextFetchingTimeoutMsg = 'codewhisperer supplemental context fetching timeout'
270
271
export const crossFileContextConfig = {
272
- numberOfChunkToFetch: 60,
+ numberOfChunkToFetch: 3000,
273
topK: 3,
274
numberOfLinesEachChunk: 10,
275
}
0 commit comments