Skip to content

Commit 97e8d56

Browse files
committed
update Q editing reset timer
1 parent 3781ef9 commit 97e8d56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/codewhisperer/tracker/userWrittenCodeTracker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export class UserWrittenCodeTracker {
2828

2929
static #instance: UserWrittenCodeTracker
3030
static copySnippetThreshold = 50
31-
static resetQIsEditingTimeoutMs = 5 * 60 * 1000
31+
static resetQIsEditingTimeoutMs = 2 * 60 * 1000
3232
static defaultCheckPeriodMillis = 5 * 60 * 1000
3333

3434
private constructor() {

0 commit comments

Comments
 (0)