hivewallet / hive-mac

Hive Bitcoin wallet for the Mac (UNMAINTAINED)
https://mac.hivewallet.com
GNU General Public License v2.0
286 stars 55 forks source link

Sparkle sometimes takes forever to download a new version #469

Open mackuba opened 9 years ago

mackuba commented 9 years ago

It seems the problem is with NSURLDownload (which is used by Sparkle to download the zip with the new version) and S3 (which is where the GitHub releases files are actually hosted). The same file downloaded with Sparkle from mac.hivewallet.com or with curl/wget from S3 is downloaded in about half a minute or less. If I don't find a solution for this, it might make sense to host the files somewhere else...

More info here: https://github.com/sparkle-project/Sparkle/issues/487