Skip to content
Commit b7c4a434 authored by Aleix Pol Gonzalez's avatar Aleix Pol Gonzalez 🐧 Committed by Aleix Pol Gonzalez
Browse files

Increase startup parallelisation

On my system, it takes about 300ms to have a fully functional Discover
window. We were only starting to load the backends at around the 200ms,
this means that there was little chance to issue requests to the
(packagekit, separate threads, etc).

What we are doing here is to start the backends earlier (without
delaying registerAllBackends) so there is this opportunity indeed.

After this change I don't see a big difference, but it should help us
minimise the time where we show a progress bar as we are generally
waiting for these requests to get back to us.
parent d5f7f261
Pipeline #273965 passed with stage
in 1 minute and 9 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment