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

Co-authored-by: feng <1304903146@qq.com>
pull/12661/head^2
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
1 changed files with 1 additions and 1 deletions

View File

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