From 13fc30f9e7266048d2efc7fe13f88de1070db19b Mon Sep 17 00:00:00 2001 From: Alexey Avramov Date: Mon, 25 Mar 2019 00:13:55 +0900 Subject: [PATCH] fix readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 83c1357..9c32d8a 100644 --- a/README.md +++ b/README.md @@ -231,7 +231,7 @@ Please create [issues](https://github.com/hakavlad/nohang/issues). Use cases, fe - [x] All notify-send calls are made using the `nohang_notify_helper` script, in which all timeouts are handled - [x] Native python implementation of `env` search without running `ps` to notify all users if nohang started with UID=0. - [x] Messages are sent to the helper via a temporary file in `/dev/shm` - - [ ] Deduplication of frequently repeated identical notifications (for example, if the victim does not respond to SIGTERM) + - [x] Deduplication of frequently repeated identical notifications (for example, if the victim does not respond to SIGTERM) - [x] Improved modifing badness via matching with regular expressions: - [x] Added the ability to set many different `badness_adj` for processes depending on the matching `name`, `cmdline` and `euid` with the specified regular expressions ([issue #74](https://github.com/hakavlad/nohang/issues/11)) - [x] Fix: replace `re.fullmatch()` by `re.search()`