-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Slow Blizzard games download #15
Comments
Try giving the cache server multiple ip addresses, and make the dns round robin between them. That might help increase the parallelism.
Find out which cdn server it's downloading from, ping it, and see how far away the cdn is in milliseconds. And then check the nginx logs to see how large the downloaded chunks are. There's an issue with the way nginx works that means high latency connections downloading small chunks will be significantly slower. I have a thing I was playing around with to fix this, but I haven't released it yet.
…On July 2, 2019 4:45:11 AM GMT+10:00, Robert James Michael ***@***.***> wrote:
Hi, I am testing the speed, Blizzard is downloading very slow on "new"
downloads, about 500 KB/seg on a 100 Mbit connection, I tested riot and
the download speed is ok, any suggestion? thanks for your time!
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
#15
|
Thanks @sirsquidness, I am using 10 IPs, I am using a physical router as DNS server also, I would like to change it to a Linux (Ubuntu) based one, which one may I use to make this "round robin" work better? The dnsmasq docker image you have in this project does make the work? |
Hi, I am testing the speed, Blizzard is downloading very slow on "new" downloads, about 500 KB/seg on a 100 Mbit connection, I tested riot and the download speed is ok, any suggestion? thanks for your time!
The text was updated successfully, but these errors were encountered: