Przeglądaj źródła

!2 change to 10min than close websocket

pcacc 5 miesięcy temu
rodzic
commit
ba2eafb742
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      templates/index_dongri.html

+ 1 - 1
templates/index_dongri.html

@@ -239,7 +239,7 @@
             get_title();
             read_cfg();
             executeTask();
-            setTimeout(stopPageAndCloseSocket, 60000); // 1分钟 = 60000毫秒
+            setTimeout(stopPageAndCloseSocket, 600000); // 1分钟 = 60000毫秒
         };
         
     </script>