Skip to content

Commit aa03b00

Browse files
committed
chore: bump playground main-entrypoint chunk-size limit to 1960 KB
The fast-inbox per-block L1-to-L2 message bundle changes to the rollup circuit artifacts grew the playground main entrypoint to 1936.60 KB on CI, just over the 1925 KB hard limit. Bump with headroom, following the existing bump-log pattern in vite.config.ts.
1 parent dadb7a7 commit aa03b00

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

playground/vite.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,10 @@ export default defineConfig(({ mode }) => {
145145
// - JB: bumped from 1750 => 1800 after adding the `aztec_utl_getTxEffect` oracle handler, which pulls TxEffect / FlatPublicLogs / PrivateLog / PublicDataWrite into the eager PXE import path (#22979).
146146
// - 2026-05-12: bumped from 1800 => 1850 after merge-train/barretenberg brought in further bb-side changes (multi-app kernel circuits #23076 etc.) that pushed the main entrypoint to 1801.31 KB, just over the limit raised four days earlier.
147147
// - 2026-06-08: bumped from 1850 => 1925 after aztec RPC namespace / client surface changes pushed the main entrypoint to 1872.57 KB on CI (playground cold build).
148+
// - 2026-07-17: bumped from 1925 => 1960 after the fast-inbox per-block L1-to-L2 message bundle changes to the rollup circuit artifacts pushed the main entrypoint to 1936.60 KB on CI.
148149
{
149150
pattern: /assets\/index-.*\.js$/,
150-
maxSizeKB: 1925,
151+
maxSizeKB: 1960,
151152
description: 'Main entrypoint, hard limit',
152153
},
153154
// Bump log:

0 commit comments

Comments
 (0)