This commit is contained in:
2021-12-28 01:05:02 +00:00
parent 075747b5b9
commit c3432146a7
4 changed files with 5 additions and 53 deletions

View File

@@ -111,8 +111,7 @@ namespace AyaNova.Util
{
log.LogDebug($"AddJob - {jobId} to the collection");
_baginstances.Add(new ReportRenderInstanceInfo(jobId, DateTime.UtcNow.AddMinutes(ServerBootConfig.AYANOVA_REPORT_RENDERING_TIMEOUT)));
log.LogInformation($"AddJob - there are currently {_baginstances.Count} instances in the collection");
log.LogDebug($"AddJob - there are currently {_baginstances.Count} instances in the collection");
}