Skip to content

Commit

Permalink
Merge master into feature/q-dev-execution
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-toolkit-automation authored Oct 23, 2024
2 parents 20b22e6 + d67d933 commit 4599db6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"type": "Feature",
"description": "Provide more frequent updates about code changes made by agent"
}
4 changes: 2 additions & 2 deletions packages/core/src/amazonqFeatureDev/session/sessionState.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ function getDeletedFileInfos(deletedFiles: string[], workspaceFolders: CurrentWs
}

abstract class CodeGenBase {
private pollCount = 180
private requestDelay = 10000
private pollCount = 360
private requestDelay = 5000
readonly tokenSource: vscode.CancellationTokenSource
public phase: SessionStatePhase = DevPhase.CODEGEN
public readonly conversationId: string
Expand Down

0 comments on commit 4599db6

Please sign in to comment.