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