Update Program.cs

This commit is contained in:
cxxpxr 2021-04-04 17:23:29 -04:00 committed by GitHub
parent e6de159341
commit d1048c4a51
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ namespace LightReflectiveMirror.LoadBalancing
{
/// <summary>
/// Keeps track of all available relays.
/// Key is server address, value is CCU.
/// Key is server address, value is CCU/Info.
/// </summary>
public Dictionary<string, RelayStats> availableRelayServers = new();