https://bugs.kde.org/show_bug.cgi?id=516859
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |RESOLVED Latest Commit| |https://invent.kde.org/mult | |imedia/kasts/-/commit/357c0 | |e150ecd2344a1cc0964638e0c69 | |1fad02ef Resolution|--- |FIXED --- Comment #4 from [email protected] --- Git commit 357c0e150ecd2344a1cc0964638e0c691fad02ef by Bart De Vries. Committed on 10/03/2026 at 18:30. Pushed by bdevries into branch 'master'. Download and process feed updates from same host sequentially Before, all downloads were started in parallel, but this had the side effect that sometimes the app would get banned for hammering the server. Therefore, we make sure to do these sequentially. Of course, we still run the downloads for different hosts in parallel. M +28 -18 src/utils/fetchfeedsjob.cpp M +7 -7 src/utils/updatefeedjob.cpp https://invent.kde.org/multimedia/kasts/-/commit/357c0e150ecd2344a1cc0964638e0c691fad02ef -- You are receiving this mail because: You are watching all bug changes.
