Decreased Job timer from 20 seconds to 1 second as it was delaying report generation unnecessarily

This commit is contained in:
2022-01-04 20:42:45 +00:00
parent 8bb7f638aa
commit 29e5445350
2 changed files with 15 additions and 10 deletions

View File

@@ -182,7 +182,7 @@ namespace AyaNova.Biz
if (ActivelyProcessing)
{
//System.Diagnostics.Debug.WriteLine("ProcessJobs called but actively processing other jobs so returning");
log.LogTrace("ProcessJobs called but actively processing other jobs so returning");
//log.LogTrace("ProcessJobs called but actively processing other jobs so returning");
return;
}
if (!KeepOnWorking()) return;