Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 762 Bytes

0.29.3-from-0.29.2.md

File metadata and controls

26 lines (18 loc) · 762 Bytes

Notable changes in 0.29.3 as compared to 0.29.2

General

  • Newer versions of par2 can process in parallel using multiple threads/cores, and they do so automatically. This ends up competing with bup fscks own parallelism, enabled by -j, in such a way that the command can actually run much slower (and be much more expensive) than it would have been with no parallelism at all.

    When appropriate bup fsck now disables par2's competing parallelism (via its -t1 option) to avoid the contention.

Build system

  • test-prune-older should no longer be disturbed by git's automatic background gc.

Thanks to (at least)

Rob Browning and Robert Edmonds