dever hace 6 años
padre
commit
cb77edb448
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      front/static/pc/js/main.js

+ 1 - 1
front/static/pc/js/main.js

@@ -271,7 +271,7 @@ var Farm =
 
 	,CreateLoop : function() {
 		if (!this.loop) {
-			this.loop = setInterval("Farm.Load()", 5000);
+			this.loop = setInterval("Farm.Load()", 3000);
 		}
 	}