This commit is contained in:
2021-07-29 20:23:27 +00:00
parent c76e1cad3b
commit b22769a585
5 changed files with 137 additions and 56 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, 60);//no more frequently than once every 60 seconds
#else
private static TimeSpan RUN_EVERY_INTERVAL = new TimeSpan(0, 5, 0);//no more frequently than once every 5 minutes
#endif