Jelajahi Sumber

Updated login check to 120s

Toby Chui 1 tahun lalu
induk
melakukan
231af576a7
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      web/desktop.system

+ 1 - 1
web/desktop.system

@@ -1457,7 +1457,7 @@
             //Login cookie expire check
             setInterval(function() {
                 checkConnection();
-            }, 15000);
+            }, 120 * 1000);
 
             //Activate all dropdowns
             $(".dropdown").dropdown();