https://bugs.kde.org/show_bug.cgi?id=508964

--- Comment #16 from Nicolás <[email protected]> ---
With this additional change now it's working as expected. Tomorrow I'll try to
upload the commit.

5. In TorrentControl::update(), lines 206-214:

        if (stats.download_rate > 100 && stats.bytes_left > 0) {
            stalled_timer.update();
            stats.last_download_activity_time = CurrentTime();
            stats.session_last_download_activity_time =
stats.session_last_upload_activity_time = CurrentTime();
        }

        if (stats.upload_rate > 100) {
            stats.last_upload_activity_time = CurrentTime();
            stats.session_last_download_activity_time =
stats.session_last_upload_activity_time = CurrentTime();
        }

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to