Explorar o código

RefreshYarp类更新

lichunlei hai 8 meses
pai
achega
b7b3d4f4cc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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);
         }
     }
 }