Skip to content

Commit 8bcb84e

Browse files
bors[bot]vemoo
andcommitted
Merge #771
771: update notify with fix for hight cpu usage r=matklad a=vemoo Should fix the ocasional 100% CPU hangs. I've tried `yes > test.rs` which would cause it before, and now on my computer it stays below 10%, and stops as soon as I interrupt the command, unlike previously which would stay at 100% for a while. Co-authored-by: Bernardo <[email protected]>
2 parents d0a3262 + c3c2e16 commit 8bcb84e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/ra_vfs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ relative-path = "0.4.0"
1010
rustc-hash = "1.0"
1111
crossbeam-channel = "0.3.5"
1212
log = "0.4.6"
13-
notify = "4.0.7"
13+
notify = "4.0.9"
1414
drop_bomb = "0.1.0"
1515
parking_lot = "0.7.0"
1616

0 commit comments

Comments
 (0)