manatools / dnfdragora

dnfdragora is a dnf frontend based on libyui abstraction
GNU General Public License v3.0
133 stars 41 forks source link

Improve cache loading time at launch #192

Closed papoteur-mga closed 3 years ago

papoteur-mga commented 3 years ago

When loading cache, time is lost in yui Event loop, instead of giving priority to heavy CPU consumming threads. In these cases, the change commute to a lower timeout, which can improve the loading time dividing it by 5. If we load cache outside a thread, the UI becomes unresponsive.