Skip to content

Commit 39e12b5

Browse files
committed
touch
1 parent fc2abb8 commit 39e12b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AiServer/Configure.AppHost.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public class AppHost() : AppHostBase("AI Server"), IHostingStartup
1717
public void Configure(IWebHostBuilder builder) => builder
1818
.ConfigureServices((context,services) => {
1919
#if DEBUG
20-
// Fixes HttpClient hanging to groq.com and cloudflare worker
20+
// Fixes HttpClient hanging to groq.com and cloudflare workers
2121
Environment.SetEnvironmentVariable("DOTNET_SYSTEM_NET_DISABLEIPV6", "1");
2222
#endif
2323

0 commit comments

Comments
 (0)