🌊 autoCompact.ts

This commit is contained in:
nirholas
2026-03-31 10:23:49 +00:00
parent fbe6dbb4e1
commit b1468859e0

View File

@@ -349,3 +349,4 @@ export async function autoCompactIfNeeded(
return { wasCompacted: false, consecutiveFailures: nextFailures }
}
}