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
Metalink is adding the file size of added URIs. When we use URLs pointing to our data-server it will by default check the content-length for each URL. This takes too long when we have many URLs.
Instead we can set the file size from the information we have in the catalog. Metalink will then not compute the file size.
Description
Metalink is adding the file size of added URIs. When we use URLs pointing to our data-server it will by default check the
content-length
for each URL. This takes too long when we have many URLs.Instead we can set the file size from the information we have in the catalog. Metalink will then not compute the file size.
Current workaround: set file size = 0.
Environment
Steps to Reproduce
Additional Information
See PR #151
The text was updated successfully, but these errors were encountered: