Decreased Job timer from 20 seconds to 1 second as it was delaying report generation unnecessarily
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user