mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-15 06:49:17 +00:00
perf: 修改登录页面定期 check 的时间 (#12660)
Co-authored-by: feng <1304903146@qq.com>
This commit is contained in:
@@ -415,7 +415,7 @@
|
||||
flash_message: false,
|
||||
})
|
||||
}
|
||||
setInterval(checkHealth, 10 * 1000);
|
||||
setInterval(checkHealth, 30 * 1000);
|
||||
</script>
|
||||
</html>
|
||||
|
||||
|
Reference in New Issue
Block a user