Explorar el Código

重连改为10

hxt hace 2 años
padre
commit
1a68782324
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      js/game.js

+ 1 - 1
js/game.js

@@ -313,7 +313,7 @@ function postAns(ans, iscorrect, time) {
 }
 
 // 重连
-var limitConnect = 5; // 断线重连次数
+var limitConnect = 10; // 断线重连次数
 var timeConnect = 0;
 
 function reconnect(service) {