Browse Source

change interval time to 20 seconds

master
filesite 7 months ago
parent
commit
49c42df8dd
  1. 2
      public/index.html

2
public/index.html

@ -194,7 +194,7 @@ @@ -194,7 +194,7 @@
loadUnionStats();
loadHeros();
setInterval(loadUnionStats, 5000);
setInterval(loadUnionStats, 20000);
</script>
</body>
</html>
Loading…
Cancel
Save