Skip to content

0.9.1 (2023-08-17)

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Aug 18:57
· 478 commits to develop since this release
5f0f86a

Bug Fixes

  • Fixed bug then number of threads created by FileDownloader / FileUploader / FileMover was not min(workers, len(files)), but max(workers, len(files)). leading to create too much workers on large files list.