Improve packsgen speed

This commit is contained in:
Kaenbyou Rin 2023-10-25 19:22:09 +02:00
parent 3b3d825f2b
commit b85a4231af
1 changed files with 2 additions and 1 deletions

View File

@ -11,6 +11,7 @@ if(isset($ids['error'])) {
}
foreach($ids['builds'] as $val) {
if(uupApiPacksExist($val['uuid'])) continue;
generatePack($val['uuid']);
}
?>