Sfoglia il codice sorgente

执行头天文件时间间隔

lcl 5 mesi fa
parent
commit
fcd2705864
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      AppStart/GetHaoDaFTPInfoService.cs

+ 1 - 1
AppStart/GetHaoDaFTPInfoService.cs

@@ -58,7 +58,7 @@ namespace MySystem
                         SaveTradeData(DateTime.Now.AddDays(-1).ToString("yyyyMMdd"));
                     }
                 }
-                Thread.Sleep(7200000);
+                Thread.Sleep(1800000);
             }
         }