This commit is contained in:
2021-08-06 15:42:56 +00:00
parent 1797263d06
commit a7cc4ba888
4 changed files with 8 additions and 8 deletions

View File

@@ -23,7 +23,7 @@ namespace AyaNova.Biz
#if (DEBUG)
private static TimeSpan RUN_EVERY_INTERVAL = new TimeSpan(0, 0, 20);//no more frequently than once every 20 seconds
private static TimeSpan RUN_EVERY_INTERVAL = new TimeSpan(0, 0, 23);//no more frequently than once every 20 seconds
#else
private static TimeSpan RUN_EVERY_INTERVAL = new TimeSpan(0, 30, 0);//no more frequently than once every half hour
#endif