Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: fetch only the root block (#48)
SPARK is about retrieval testing not load testing. Currently, more than 90% of retrievals fail on timeout or server errors. There is little value in checking whether we can download the entire CAR file, it's more important to know whether SPs are advertising FIL+ deals to IPNI and accept HTTP-based retrieval requests. SPARK is also not able to fetch and verify CAR files larger than 200MB, which further reduced the value of fetching full CAR files. Let's fetch the root block for the time being. - This should significantly reduce the load on "good" SPs. - It provides enough data allowing "bad" SPs to fix their setup. Signed-off-by: Miroslav Bajtoš <[email protected]>
- Loading branch information