https://bugs.kde.org/show_bug.cgi?id=416180
--- Comment #7 from Nicofo <nic...@tuxfamily.org> --- Sorry, my mistake, you are right. But indeed there is a timer (2-3 seconds) before the counter is updated. I made the test by rejecting a face (in "Unconfirmed" tag). I expected that the treatment of rejecting one face would be immediate. That's why I did not realized there was a timer involved and thought the bug was still present. The timer of 2-3 seconds is in this case "too much visible". There are (at least) 2 use cases where the counter must be updated: (1) in case of a recognition process: I suppose you have implemented this timer so that the counter is not updated for each newly recognized face. That can make sense in this case (to avoid negative impact on the performance). (2) in case of a face rejection or assignement (in "Unconfirmed" tag): here the timer is not relevant -> should be avoided So: as an improvement, thanks to check if you can remove the timer for use case (2). Otherwise, you can close this bug. -- You are receiving this mail because: You are watching all bug changes.