]> git.proxmox.com Git - fwupd.git/commit
Speed up startup by a huge amount when using directory remotes
authorRichard Hughes <richard@hughsie.com>
Sat, 21 Jan 2023 09:54:28 +0000 (09:54 +0000)
committerRichard Hughes <richard@hughsie.com>
Sat, 21 Jan 2023 13:33:09 +0000 (13:33 +0000)
commit0554d4db32a238deaa601fbdce1fc0254c8973e8
tree5bb168a5a699a2e6486a39a3d87b643d9892dd8c
parent433d138a2603511ae63735298fd16044f48b6c07
Speed up startup by a huge amount when using directory remotes

By using libxmlb correctly we can avoid rebuilding the metadata if the directory
is unchanged. This means the initial 'generation' is unchanged in speed, but
subsequent loads are almost instant as the archives are not decompressed.
meson.build
src/fu-engine.c