Downloading a calibnet snapshot via forest-tool snapshot fetch --calibnet takes 1m30s on a DO VPS (s-4vcpu-16gb-amd) wget https://forest-archive.chainsafe.dev/latest/calibnet/ takes 29s and aria2c -x5 … takes 19s. These numbers are from v0.15.2, on v0.16.0 I got even worse numbers.
This is causing timeouts in the sync check (the timeout is set to two hours, downloading a snapshot takes more than that now).
It was not the case in the past, so we must check what is the culprit for this regression and fix it.
I checked on some old versions (I believe downto 0.13.0) and it was slow there as well. I'm leaning towards resurrecting aria2c, at least optionally. Streaming zealots may get angry, though.
Issue summary
Downloading a calibnet snapshot via
forest-tool snapshot fetch --calibnet
takes 1m30s on a DO VPS (s-4vcpu-16gb-amd
)wget https://forest-archive.chainsafe.dev/latest/calibnet/
takes 29s andaria2c -x5 …
takes 19s. These numbers are fromv0.15.2
, onv0.16.0
I got even worse numbers.This is causing timeouts in the sync check (the timeout is set to two hours, downloading a snapshot takes more than that now).
It was not the case in the past, so we must check what is the culprit for this regression and fix it.
Other information and links
From sync-check failure today: