This commit is contained in:
Rizky 2024-06-27 22:02:00 +07:00
parent 6c78dc838a
commit e72f491193
1 changed files with 2 additions and 0 deletions

View File

@ -38,6 +38,8 @@ const recurseCompressBr = () => {
delete g.cache.br_progress.pending[hash]; delete g.cache.br_progress.pending[hash];
g.cache.br_progress.running = false; g.cache.br_progress.running = false;
recurseCompressBr(); recurseCompressBr();
} else {
console.log("brotli cache finished");
} }
}, 50); }, 50);
}; };