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
The use of range in the chunk_ranges list is a little bit confusing.
The ranges are used to determine the number of threads to use and the byte ranges to use for each of those threads so that they can be dispatched in a loop:
irods_capability_automated_ingest/irods_capability_automated_ingest/scanner.py
Lines 385 to 393 in 52f9835
The use of
range
in thechunk_ranges
list is a little bit confusing.The ranges are used to determine the number of threads to use and the byte ranges to use for each of those threads so that they can be dispatched in a loop:
irods_capability_automated_ingest/irods_capability_automated_ingest/scanner.py
Lines 405 to 407 in 52f9835
Please investigate to see whether this can be improved for clarity.
Created because of this review comment: #267 (comment)
The text was updated successfully, but these errors were encountered: