alroyso před 1 rokem
rodič
revize
41e2841071

+ 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();