Summary: | Disable disk space checks when idle | ||
---|---|---|---|
Product: | [Unmaintained] nepomuk | Reporter: | Orion Poplawski <orion> |
Component: | general | Assignee: | Sebastian Trueg <sebastian> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | trueg |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Orion Poplawski
2010-10-21 00:13:26 UTC
Your patch does not make any difference since the exact code path is called using the exact same amount of stats. However, the suggestion to not check the free disk space makes A LOT of sense. Stay tuned for a commit. SVN commit 1192034 by trueg: Suspend the available disk space polling while the indexer is idle. Restart it when the indexing continues. BUG: 254813 M +20 -1 eventmonitor.cpp M +1 -0 eventmonitor.h M +1 -0 indexscheduler.cpp M +2 -0 indexscheduler.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1192034 |