mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-25 00:42:24 +00:00
fix(release): raise npm pack size budget
This commit is contained in:
@@ -33,7 +33,7 @@ const forbiddenPrefixes = ["dist-runtime/", "dist/OpenClaw.app/"];
|
||||
// 2026.3.12 ballooned to ~213.6 MiB unpacked and correlated with low-memory
|
||||
// startup/doctor OOM reports. Keep enough headroom for the current pack with
|
||||
// restored bundled upgrade surfaces while still catching regressions quickly.
|
||||
const npmPackUnpackedSizeBudgetBytes = 176 * 1024 * 1024;
|
||||
const npmPackUnpackedSizeBudgetBytes = 190 * 1024 * 1024;
|
||||
const appcastPath = resolve("appcast.xml");
|
||||
const laneBuildMin = 1_000_000_000;
|
||||
const laneFloorAdoptionDateKey = 20260227;
|
||||
|
||||
Reference in New Issue
Block a user