Browse Source

执行头天文件时间间隔

lcl 5 months ago
parent
commit
fcd2705864
1 changed files with 1 additions and 1 deletions
  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);
             }
         }