Revision fc875ba...

Go back to digest for 11th November 2012

Optimization in KDE Base

Harald Sitter committed changes in [kde-workspace] plasma/generic/dataengines/share/shareprovider.cpp:

close filejob when we are done reading

filejobs are opened via KIO::open and apparently need to be closed as well,
otherwise they'll remain scheduled and fill up the scheduler.
filled up scheduler means that the engine will get stuck at some point
because new jobs are not being executed anymore.

File Changes

Modified 1 files
  • plasma/generic/dataengines/share/shareprovider.cpp
1 files changed in total