alroyso 1 vuosi sitten
vanhempi
säilyke
41e2841071
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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();