There was an error while loading. Please reload this page.
1 parent 6235565 commit 3b45bb5Copy full SHA for 3b45bb5
1 file changed
src/EchoHub.Server/Services/ServerDirectoryService.cs
@@ -7,7 +7,7 @@ namespace EchoHub.Server.Services;
7
8
public sealed class ServerDirectoryService : BackgroundService
9
{
10
- private const string DirectoryHubUrl = "https://localhost:5001/hubs/servers";
+ private const string DirectoryHubUrl = "https://echohub.voidcube.cloud/hubs/servers";
11
private static readonly TimeSpan ReconnectBaseDelay = TimeSpan.FromSeconds(2);
12
private static readonly TimeSpan ReconnectMaxDelay = TimeSpan.FromSeconds(30);
13
private static readonly TimeSpan UserCountMinInterval = TimeSpan.FromSeconds(1);
0 commit comments