D15959: Wait for the extraction process to finish before scheduling

Stefan BrĂ¼ns noreply at phabricator.kde.org
Mon Oct 8 23:18:06 BST 2018


bruns added a comment.


  This works for me:
  
     void FileIndexScheduler::scheduleIndexing()
     {
    -    if (m_threadPool.activeThreadCount() || m_indexerState == Suspended) {
    +    if (m_indexerState == Suspended) {
             return;
         }

REPOSITORY
  R293 Baloo

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

To: poboiko, #baloo, #frameworks
Cc: bruns, kde-frameworks-devel, ashaposhnikov, michaelh, astippich, spoorun, ngraham, abrahams
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20181008/f79c7b4d/attachment.html>


More information about the Kde-frameworks-devel mailing list