Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: fix multiblock car file test (#446)
The test introduces an artificially small block size to ensure we have a CAR file with lots of blocks but it's quite slow and often causes CI failures. The large file being added to the CAR file is already big enough to be formed of multiple blocks so splitting it into many smaller blocks doesn't give us much.
- Loading branch information