Updated packages

This commit is contained in:
2026-01-12 01:50:05 +01:00
parent e717411239
commit 37c6609ba9
4 changed files with 6 additions and 7 deletions

View File

@@ -33,8 +33,7 @@
PatternDetectionInterval = TimeSpan.FromMinutes(3)
};
MemoryGuard.Initialize(_config);
AllocationInterceptor.Initialize(MemoryGuard.Instance);
MemoryGuard.Start(_config);
var builder = WebApplication.CreateBuilder(args);
int onLogCounter = 0;
@@ -220,7 +219,7 @@
}
}
//MemoryLeakTester.Start(logger);
MemoryLeakTester.Start(logger);
_ = Task.Run(RunMemoryReportTask).ConfigureAwait(false);
_ = Task.Run(RunMaskTest).ConfigureAwait(false);
_ = Task.Run(RunWebLoggerTestsAsync).ConfigureAwait(false);