Commit d67d933
authored
feat(amazonq): Increase polling rate for Q agent code summary (#5843)
## Problem
Agent polling rate is too low, causing users to receive slow summary
updates of changes agent has made to their code
## Solution
- Decrease requestDelay to 5000ms from 10000ms to ensure we poll for
agent updates more frequently
- Increased pollCount to 360 from 180 as we are now polling twice as
frequently
---
<!--- REMINDER: Ensure that your PR meets the guidelines in
CONTRIBUTING.md -->
License: I confirm that my contribution is made under the terms of the
Apache 2.0 license.1 parent 1017632 commit d67d933
File tree
2 files changed
+6
-2
lines changed- packages
- amazonq/.changes/next-release
- core/src/amazonqFeatureDev/session
2 files changed
+6
-2
lines changedLines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
135 | | - | |
| 134 | + | |
| 135 | + | |
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
| |||
0 commit comments