You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bundle by size, and bundle bigger files. Small‑file bundling now batches files up to 1 MB
(was 64 KB) and flushes a bundle once it has accumulated ~10 MB of files (was a flat
1024‑file count), with a 4096‑file safety cap for huge numbers of tiny files. Grouping by size
means each round‑trip carries a meaningful chunk of data regardless of individual file sizes.
(Bundled files are sent raw; files > 1 MB still go individually and compressed.)