From 6f3f08ed340e59a62a2d0428a5c32f99551ef1ce Mon Sep 17 00:00:00 2001 From: Rory& Date: Tue, 3 Jun 2025 01:01:40 +0200 Subject: Fix performance issues, add fake user bot to test client, more testing --- testFrontend/SafeNSound.Frontend/Program.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'testFrontend/SafeNSound.Frontend/Program.cs') diff --git a/testFrontend/SafeNSound.Frontend/Program.cs b/testFrontend/SafeNSound.Frontend/Program.cs index 2642a75..25537ba 100644 --- a/testFrontend/SafeNSound.Frontend/Program.cs +++ b/testFrontend/SafeNSound.Frontend/Program.cs @@ -45,4 +45,6 @@ builder.Services.AddBlazoredLocalStorage(config => { config.JsonSerializerOptions.WriteIndented = false; }); +WrappedHttpClient.LogRequests = false; + await builder.Build().RunAsync(); \ No newline at end of file -- cgit 1.5.1