case 4491

This commit is contained in:
2023-04-26 23:48:58 +00:00
parent f25a26c00e
commit 0f559dc3ff

View File

@@ -1,11 +1,9 @@
using System;
using System.Threading.Tasks;
using Microsoft.Extensions.Logging;
using AyaNova.Models;
using AyaNova.Util;
using System.Net.Http;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
namespace AyaNova.Biz
@@ -20,15 +18,8 @@ namespace AyaNova.Biz
{
private static ILogger log = AyaNova.Util.ApplicationLogging.CreateLogger("CoreJobVersionCheck");
private static DateTime _lastCheck = DateTime.MinValue;
// #if (DEBUG)
// private static TimeSpan CHECK_INTERVAL = new TimeSpan(0, 0, 30);//30 seconds
// #else
private static TimeSpan CHECK_INTERVAL = new TimeSpan(24, 0, 0);//every day
//#endif
////////////////////////////////////////////////////////////////////////////////////////////////
// DoWork
//