Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:aualin:kde
kdebase3
ksysguard-slp-ratelimit.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ksysguard-slp-ratelimit.diff of Package kdebase3
--- 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 }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor