Imageomics / pyMorphoSource

Python package to interact with morphosource
MIT License
2 stars 0 forks source link

Improve download performance #21

Closed johnbradley closed 11 months ago

johnbradley commented 11 months ago

Increases download chunk size to 1MB to improve performance downloading larger files. Users can now customize the chunk size via the DownloadConfig object.

Fixes #20