alroyso 1 年之前
父節點
當前提交
41e2841071
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/app/modules/home/controllers/home_controller.dart

+ 1 - 1
lib/app/modules/home/controllers/home_controller.dart

@@ -165,7 +165,7 @@ class HomeController extends GetxController {
 
       updateStatus(ConnectionStatus.connecting);
 
-      Future.delayed(const Duration(seconds: 3), () async {
+      Future.delayed(const Duration(seconds: 5), () async {
         updateStatus(ConnectionStatus.stopped);
         await controllers.global.updateDate();
         await controllers.global.updateNode();