Changed webpage servers refresh rate from 1s to 3s.

This commit is contained in:
Andrew Lalis 2024-08-05 12:15:21 -04:00
parent 0df816689c
commit cf13456e18
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@
}
refreshServers();
window.setInterval(refreshServers, 1000);
window.setInterval(refreshServers, 3000);
</script>
</body>