Open probonopd opened 3 years ago
zsync_curl
is using only one core for reading the seed (="old") file, which makes it slow...
So slow in fact that re-dowloading may be faster, depending on your connection. Also, right now only 25% were re-used in almost identical builds Probably this could be optimized by experimenting with the compression...
Need a zsync tool/utility that can download the incremental update vs the already-downloaded ISO.
This will hopefully speed up downloading coninuous builds significantly.
The zsync in FreeBSD cannot handle https and/or redirects properly, but my fork does, by utilizing libcurl: https://github.com/probonopd/zsync-curl/
Also see: https://github.com/probonopd/zsync-curl/issues/38