| Summary: | freefilesystem polling rate too high for !file URI? | ||
|---|---|---|---|
| Product: | [Applications] dolphin | Reporter: | Harald Sitter <sitter> |
| Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | elvis.angelaccio, justin.zobel, nate |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Harald Sitter
2018-09-14 10:33:26 UTC
Git commit 391006130e31b80ecc55343f44bddaf06951c90f by Kai Uwe Broulik. Committed on 19/09/2018 at 08:20. Pushed by broulik into branch 'master'. Update disk space info on refresh When explicitly refreshing the view (e.g. F5) also refresh disk space info. This would also allow us to raise the refresh interval somewhat. Differential Revision: https://phabricator.kde.org/D15508 M +1 -0 src/dolphinmainwindow.cpp M +5 -0 src/statusbar/dolphinstatusbar.cpp M +5 -0 src/statusbar/dolphinstatusbar.h M +7 -0 src/statusbar/spaceinfoobserver.cpp M +3 -0 src/statusbar/spaceinfoobserver.h M +7 -0 src/statusbar/statusbarspaceinfo.cpp M +2 -0 src/statusbar/statusbarspaceinfo.h https://commits.kde.org/dolphin/391006130e31b80ecc55343f44bddaf06951c90f Git commit c69ecab9b70b988d9ee50f4e5480bf121fcc3057 by Kai Uwe Broulik. Committed on 09/10/2018 at 11:37. Pushed by broulik into branch 'master'. [MountPointObserverCache] Update mounts less frequently Even on fastest disks, filling up the disk in 10 seconds is unlikely. Moreover, Plasma's "low disk" warning only polls every minute as well and Dolphin doesn't warn you about the fact that it's full. Reduces needless wake ups of disks and network. Differential Revision: https://phabricator.kde.org/D15507 M +1 -1 src/statusbar/mountpointobservercache.cpp https://commits.kde.org/dolphin/c69ecab9b70b988d9ee50f4e5480bf121fcc3057 Harold/Kai is this still an issue? Have the commits fixed the issue? Yeah. Happens much less now. |