You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* master:
Apply code review feedback
Do not run a the test with extra parameters on old apiver
Add test of B2Api/Services initialization
Rename parameter for consistency
remove useless line
More detailed download performance logs
Add logging performance summary of parallel download threads
Refactor stats collector to be usable for other threads
Fix CopySizeTooBig exception
Add download stats collector for parallel download writer thread
Make streams loggable
Add `max_download_streams_per_file` parameter to B2Api and underlying classes
:param max_download_workers: maximum number of download threads
75
76
:param save_to_buffer_size: buffer size to use when writing files using DownloadedFile.save_to
76
77
:param check_download_hash: whether to check hash of downloaded files. Can be disabled for files with internal checksums, for example, or to forcefully retrieve objects with corrupted payload or hash value
78
+
:param max_download_streams_per_file: how many streams to use for parallel downloader
:param max_download_workers: maximum number of download threads
146
151
:param save_to_buffer_size: buffer size to use when writing files using DownloadedFile.save_to
147
152
:param check_download_hash: whether to check hash of downloaded files. Can be disabled for files with internal checksums, for example, or to forcefully retrieve objects with corrupted payload or hash value
153
+
:param max_download_streams_per_file: number of streams for parallel download manager
0 commit comments