Skip to content

Speedup (un-)checking all packages by not updating per item

Tobias Rautenkranz requested to merge (removed):uncheck-speedup into master

Tested with 548 packages in the list to update. From ~ 6000 ms to 25 ms for uncheckAll() and 70 ms for checkAll().

BUG: 442402

Maybe it would be better to merge this one function (e.g. setCheckedAll(bool))?

Merge request reports