Removed some memory leaks
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user