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 3781ef9 commit 97e8d56Copy full SHA for 97e8d56
packages/core/src/codewhisperer/tracker/userWrittenCodeTracker.ts
@@ -28,7 +28,7 @@ export class UserWrittenCodeTracker {
28
29
static #instance: UserWrittenCodeTracker
30
static copySnippetThreshold = 50
31
- static resetQIsEditingTimeoutMs = 5 * 60 * 1000
+ static resetQIsEditingTimeoutMs = 2 * 60 * 1000
32
static defaultCheckPeriodMillis = 5 * 60 * 1000
33
34
private constructor() {
0 commit comments