延迟检查更新

This commit is contained in:
liufei
2021-07-29 17:09:25 +08:00
parent 0a89255ad2
commit 4c0a97b7b1
2 changed files with 5 additions and 1 deletions

View File

@@ -30,6 +30,10 @@ namespace GeekDesk.Thread
{
try
{
//等待1分钟后再检查更新 有的网络连接过慢
System.Threading.Thread.Sleep(60 * 1000);
string updateUrl;
string nowVersion = ConfigurationManager.AppSettings["Version"];
switch (appConfig.UpdateType)