Small typo

This commit is contained in:
Chomp
2025-02-20 17:20:04 +00:00
parent a24a574f22
commit 346c6bda4d
+1 -1
View File
@@ -53,7 +53,7 @@ public static class Program
var app = serviceProvider.GetService<App>();
app?.Run().Wait();
// RUn garbage collection now server is ready to start
// Run garbage collection now server is ready to start
GCSettings.LargeObjectHeapCompactionMode = GCLargeObjectHeapCompactionMode.CompactOnce;
GC.Collect(GC.MaxGeneration, GCCollectionMode.Aggressive, true, true);