default 30 seconds

This commit is contained in:
mike 2020-10-02 10:10:48 -04:00
parent f26dacaf22
commit a29f175cba

View File

@ -322,7 +322,7 @@
$("#refreshRate").append(new Option(i, i));
}
}
$("#refreshRate").val(10);
$("#refreshRate").val(30);
setRefreshInterval(30000)
</script>