1
0
mirror of https://github.com/TwiN/gatus.git synced 2026-02-15 13:50:05 +00:00

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").append(new Option(i, i));
} }
} }
$("#refreshRate").val(10); $("#refreshRate").val(30);
setRefreshInterval(30000) setRefreshInterval(30000)
</script> </script>