The mirrorpicker was also adjusted to avoid failing on fast servers.
Not exactly sure what was fixed there, but since another thing hit me again, I'd like to suggest that the "Apps" program (and the "tce" command line program) be made more robust against failures of (repo.)tinycorelinux.net. Yesterday wasn't the first time that the server couldn't be reached, and when that happens, a freshly started CorePlus cannot fetch extensions from any mirror, since "Select fastest mirror" fails, if the first mirror "repo.tinycorelinux.net" somehow behaves weird, and a different mirror also cannot be selected manually, since "Select mirror" also fails, because it requires "mirrors.tcz", which cannot be fetched for the reasons mentioned.
Using "wget" and "cat" to simulate a poor man's text browser to find links on web pages to a "mirrors.tcz" that could then be manually copied to /tmp/tce/optional, from where it could be loaded to stop the pain, felt seriously stupid. Maybe "mirrors.tcz" should not be an extension but just part of base. The "links" web browser would also have felt better than the wget-and-cat pain.