This commit is contained in:
2022-09-21 22:43:13 +00:00
parent 4f5283891e
commit b6b904169c
3 changed files with 6 additions and 24 deletions

View File

@@ -27,10 +27,10 @@ namespace AyaNova.Biz
#if (DEBUG)
private static TimeSpan tsMMFrequency = new TimeSpan(0, 5, 0);
private static TimeSpan tsDDFrequency = new TimeSpan(12, 0, 0);
private static TimeSpan tsDDFrequency = new TimeSpan(24, 0, 0);
#else
private static TimeSpan tsMMFrequency = new TimeSpan(0, 5, 0);
private static TimeSpan tsDDFrequency = new TimeSpan(12, 0, 0);//changed to 12 hours from 24 due to weird issue not gathering like it should diagnosis
private static TimeSpan tsDDFrequency = new TimeSpan(24, 0, 0);//changed to 12 hours from 24 due to weird issue not gathering like it should diagnosis
#endif
////////////////////////////////////////////////////////////////////////////////////////////////
//