Commit d13afd6
fix(amazonq): reduce system status poll freq aws#6199
## Problem
The system status (battery, CPU usage) was polled very frequently.
aws#6134
## Solution
Only poll system status (battery, CPU usage) when vector indexing is in
progress, this is to make the vector index pause when system load is
high to protect system resources.1 parent 9a4043e commit d13afd6
File tree
2 files changed
+5
-1
lines changed- packages
- amazonq/.changes/next-release
- core/src/amazonq/lsp
2 files changed
+5
-1
lines changedLines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
0 commit comments