This commit is contained in:
parent
0690bcb162
commit
9743702a79
1 changed files with 2 additions and 0 deletions
|
@ -361,6 +361,8 @@
|
|||
})
|
||||
})
|
||||
})
|
||||
// 防止内核长时间不用被回收
|
||||
new WebSocket(`${window.location.protocol === "https:" ? "wss" : "ws"}://${window.location.host}/ws`);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Reference in a new issue