Fix elapsed time check
ClosedPublic

Authored by davidedmundson on Jan 10 2019, 4:03 PM.

Details

Summary

To match the code it was refactored from it should be checking the code
since the last time we checked calcSpeed, not since the job started.

CCBUG: 402665

Diff Detail

Repository
R241 KIO
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
davidedmundson created this revision.Jan 10 2019, 4:03 PM
Restricted Application added a project: Frameworks. · View Herald TranscriptJan 10 2019, 4:03 PM
Restricted Application added a subscriber: kde-frameworks-devel. · View Herald Transcript
davidedmundson requested review of this revision.Jan 10 2019, 4:03 PM
chinmoyr accepted this revision.Jan 11 2019, 3:29 PM
This revision is now accepted and ready to land.Jan 11 2019, 3:29 PM
This revision was automatically updated to reflect the committed changes.

What else is missing to fix #402665?