Removed some memory leaks

This commit is contained in:
2026-01-12 22:09:07 +01:00
parent 37c6609ba9
commit 576a590104
28 changed files with 1117 additions and 589 deletions

View File

@@ -6,7 +6,6 @@
using EonaCat.Logger.EonaCatCoreLogger.Models;
using EonaCat.Logger.LogClient;
using EonaCat.Logger.Managers;
using EonaCat.Logger.Test.Web;
using EonaCat.MemoryGuard;
using EonaCat.Versioning.Helpers;
using EonaCat.Web.RateLimiter;
@@ -24,6 +23,7 @@
PredictionInterval = TimeSpan.FromSeconds(15),
LeakDetectionThreshold = TimeSpan.FromSeconds(5),
SuspiciousObjectThreshold = TimeSpan.FromSeconds(3),
BackgroundReportingInterval = TimeSpan.FromMinutes(1.5),
CaptureStackTraces = true,
EnableAutoRemediation = true,
AutoSaveReports = true,