This commit is contained in:
Rizky 2024-06-28 00:10:42 +07:00
parent 4367723a46
commit 27eb527cce
1 changed files with 0 additions and 1 deletions

View File

@ -6,7 +6,6 @@ import { simpleHash } from "./cache";
const encoder = new TextEncoder();
const brotli = await brotliPromise;
export const loadCachedBr = (hash: string, content: string) => {
console.log(!g.cache.br[hash]);
if (!g.cache.br[hash]) {
if (!g.cache.br_progress.pending[hash]) {
g.cache.br_progress.pending[hash] = content;