This commit is contained in:
2021-12-24 01:09:54 +00:00
parent cd76c3bd0f
commit 7a9d69ecf9
4 changed files with 8 additions and 5 deletions

View File

@@ -13,7 +13,8 @@ namespace AyaNova.Biz
private static ILogger log = AyaNova.Util.ApplicationLogging.CreateLogger("CoreJobReportRenderEngineProcessCleanup");
private static DateTime _lastRun = DateTime.UtcNow;
private static TimeSpan tsRunEvery = new TimeSpan(0, 5, 1);//every this minutes run the cleanup task
//SET LOW INTENTIONALLY AS CAN EAT UP A LOT OF RESOURCES QUICKLY IF RUN'S PAST TIME
private static TimeSpan tsRunEvery = new TimeSpan(0, 1, 1);//every this minutes run the cleanup task
////////////////////////////////////////////////////////////////////////////////////////////////
//