This commit is contained in:
@@ -22,7 +22,7 @@ namespace AyaNova.Biz
|
||||
{
|
||||
if (DateUtil.IsAfterDuration(_lastRun, tsRunEvery))
|
||||
{
|
||||
log.LogTrace("Temp cleanup now");
|
||||
log.LogDebug("Temp cleanup now");
|
||||
FileUtil.CleanTemporaryFilesFolder(new TimeSpan(0,15,0));//erase any files found to be older than 15 minutes (which coincides with max report rendering timeout)
|
||||
var now = DateTime.UtcNow;
|
||||
_lastRun = now;
|
||||
|
||||
Reference in New Issue
Block a user