Skip to content

v1.8.0

Choose a tag to compare

@mkerstner mkerstner released this 24 Aug 17:21
· 7 commits to main since this release

Added

  • Parallel WebDAV requests under Advanced, default 16 (was a fixed 8). A share has to be listed one folder at a time, so scanning is bound by round trips rather than bandwidth, and running more at once is the most effective change available. Lower it if your server struggles.

Changed

  • Copying a confirmed list of files over WebDAV no longer lists the destination first. The list already names every file to move, so that traversal was the whole cost of the operation and bought nothing.

The SSH path is unchanged — listing there is a single round trip and none of this applies.