Browse Source

开启手动触发模式

lcl 1 year ago
parent
commit
0f6a90ce4e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      AppStart/GetHaoDaFTPInfoService.cs

+ 1 - 1
AppStart/GetHaoDaFTPInfoService.cs

@@ -86,7 +86,7 @@ namespace MySystem
                 }
                 else
                 {
-                    Thread.Sleep(1800000);
+                    Thread.Sleep(60000);
                 }
             }
         }