summaryrefslogtreecommitdiffstats
path: root/opensuse/tdebase/ksysguard-slp-ratelimit.diff
diff options
context:
space:
mode:
Diffstat (limited to 'opensuse/tdebase/ksysguard-slp-ratelimit.diff')
-rw-r--r--opensuse/tdebase/ksysguard-slp-ratelimit.diff15
1 files changed, 15 insertions, 0 deletions
diff --git a/opensuse/tdebase/ksysguard-slp-ratelimit.diff b/opensuse/tdebase/ksysguard-slp-ratelimit.diff
new file mode 100644
index 000000000..7859ed096
--- /dev/null
+++ b/opensuse/tdebase/ksysguard-slp-ratelimit.diff
@@ -0,0 +1,15 @@
+--- ksysguard/gui/ksysguard.cc
++++ ksysguard/gui/ksysguard.cc
+@@ -407,7 +407,11 @@
+ }
+
+ #if HAVE_SLP
+- rescanSLP();
++ static int rate;
++ if (++rate > 100) {
++ rate = 0;
++ rescanSLP();
++ }
+ #endif
+ }
+