We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56faab7 commit c5b67a7Copy full SHA for c5b67a7
TACTSharp/CDN.cs
@@ -98,6 +98,8 @@ private void LoadCDNs()
98
{
99
var ping = new System.Net.NetworkInformation.Ping().Send(server, 400).RoundtripTime;
100
Console.WriteLine("Ping to " + server + ": " + ping + "ms");
101
+ if(server == "blzddist1-a.akamaihd.net")
102
+ ping += 5000; // TEMP: Penalize Akamai for having missing files as of November 2025
103
return (server, ping);
104
}
105
catch (Exception e)
0 commit comments