Add listid response caching

This commit is contained in:
eraseyourknees
2022-08-26 20:10:15 +02:00
parent 2dbb52dc7f
commit 4971a19b8a
3 changed files with 33 additions and 10 deletions

View File

@ -353,6 +353,7 @@ function parseFetchUpdate($updateInfo, $out, $arch, $ring, $flight, $build, $sku
if($success) {
consoleLogger('Successfully written build information to the disk.');
$fileWrite = 'INFO_WRITTEN';
uupApiPrivateInvalidateFileinfoCache();
} else {
consoleLogger('An error has occured while writing the information to the disk.');
}