alanjds added a comment.

  As described on https://bugs.kde.org/show_bug.cgi?id=401088, this 
notification is triggering when it should not: during short bursts of high CPU 
load, instead of when a real issue is ongoing.
  
  Then the //handling// of the high amount of notifications is extending the 
CPU load, possibly creating more notifications in a cycle.
  
  Not saying to remove the feature, but I would benefit from having the default 
timeout of 15 seconds configurable.
  If easy, I can contribute the commit, given some guiding examples. Yet I just 
want this not locking my machine 😬.

INLINE COMMENTS

> soliddeviceengine.cpp:583-584
> +
> +        // start timer: after 15 seconds we will get an error
> +        timer->start(15000);
>      }

Can we have this number configurable somehow, even if only before startup.

It's been annoying to have notifications when bringing lots of Docker instances 
at once.

The overhead of _receiving and showing_ the notifications is being longer than 
the one about bringing the instances up.

REPOSITORY
  R120 Plasma Workspace

REVISION DETAIL
  https://phabricator.kde.org/D14895

To: McPain, broulik
Cc: alanjds, ngraham, anthonyfieroni, davidedmundson, plasma-devel, balaji, 
galderaa, LeGast00n, The-Feren-OS-Dev, cblack, jraleigh, zachus, fbampaloukas, 
ragreen, ZrenBot, himcesjf, lesliezhai, ali-mohamed, jensreuterberg, abetts, 
sebas, apol, ahiemstra, mart

Reply via email to