Commit 538b591
authored
fix(amazonq): reduce frequency of system information polling (#5190)
The system status (battery, CPU usage) was polled very frequently. aws/aws-toolkit-vscode#6134. The fix is to only poll system status (battery, CPU usage) when vector indexing is in progress. The system cpu/battery poll was to make the vector index pause when system load is high to protect system resources, it is no longer needed after vector index is done.1 parent 6ab1ce6 commit 538b591
File tree
2 files changed
+5
-1
lines changed- .changes/next-release
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 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments