This commit is contained in:
@@ -962,6 +962,8 @@ namespace AyaNova.Biz
|
||||
|
||||
foreach (WorkOrder w in batchResults)
|
||||
{
|
||||
if (DateTime.UtcNow > renderTimeOutExpiry)
|
||||
throw new ReportRenderTimeOutException();
|
||||
if (DateTime.UtcNow > renderTimeOutExpiry)
|
||||
throw new ReportRenderTimeOutException();
|
||||
var jo = JObject.FromObject(w);
|
||||
|
||||
Reference in New Issue
Block a user