Skip to content

folder-transfer v0.11.2

Choose a tag to compare

@lotgon lotgon released this 27 Jun 15:46

Changed

  • 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.)