perf: 修改登录页面定期 check 的时间 (#12660)

Co-authored-by: feng <1304903146@qq.com>
This commit is contained in:
fit2bot 2024-02-19 10:57:40 +08:00 committed by GitHub
parent 6e506e3146
commit d7b1903fb7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -415,7 +415,7 @@
flash_message: false, flash_message: false,
}) })
} }
setInterval(checkHealth, 10 * 1000); setInterval(checkHealth, 30 * 1000);
</script> </script>
</html> </html>