Revision f03f248...

Go back to digest for 16th February 2014

Optimization in KDE-PIM

Dan Vratil committed changes in [akonadi] /src/search:

Don't send search queries to offline agents

It slows down the search, because we have to wait for all offline
resources to time out (so at least 60 seconds). Just skipping them
is much better, because we won't get any results from them anyway.

File Changes

Modified 2 files
  • /src/search
  •   server/searchtaskmanager.cpp
  •   server/searchtaskmanager.h
2 files changed in total