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 @@
loadUnionStats(); loadUnionStats();
loadHeros(); loadHeros();
setInterval(loadUnionStats, 5000); setInterval(loadUnionStats, 20000);
</script> </script>
</body> </body>
</html> </html>
Loading…
Cancel
Save