瀏覽代碼

RefreshYarp类更新

lichunlei 8 月之前
父節點
當前提交
b7b3d4f4cc
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Util/RefreshYarp.cs

+ 1 - 1
Util/RefreshYarp.cs

@@ -64,7 +64,7 @@ public class RefreshYarp : BackgroundService
             {
                 Utils.WriteLog(ex.ToString(), "实时同步nacos服务数据异常");
             }
-            await Task.Delay(30000, stoppingToken);
+            await Task.Delay(60000, stoppingToken);
         }
     }
 }