This commit is contained in:
@@ -32,7 +32,7 @@ namespace AyaNova.Util
|
||||
|
||||
internal static void KillExpiredRenders(ILogger log)
|
||||
{
|
||||
log.LogTrace("Clear potential expired render jobs check");
|
||||
log.LogDebug("Clear potential expired render jobs check");
|
||||
//check for expired and remove
|
||||
var Instances = _baginstances.ToArray();
|
||||
var dtNow = DateTime.UtcNow;
|
||||
@@ -85,7 +85,7 @@ namespace AyaNova.Util
|
||||
|
||||
internal static void AddProcess(int processId, DateTime expires, ILogger log)
|
||||
{
|
||||
log.LogTrace($"AddProcess - {processId} to the collection");
|
||||
log.LogDebug($"AddProcess - {processId} to the collection");
|
||||
_baginstances.Add(new ReportRenderInstanceInfo(processId, expires));
|
||||
|
||||
log.LogInformation($"AddProcess - there are currently {_baginstances.Count} instances in the collection");
|
||||
|
||||
Reference in New Issue
Block a user