Bläddra i källkod

:bug: fix https://github.com/siyuan-note/insider/issues/1099

Vanessa 2 år sedan
förälder
incheckning
9743702a79
1 ändrade filer med 2 tillägg och 0 borttagningar
  1. 2 0
      app/electron/init.html

+ 2 - 0
app/electron/init.html

@@ -361,6 +361,8 @@
       })
     })
   })
+  // 防止内核长时间不用被回收
+  new WebSocket(`${window.location.protocol === "https:" ? "wss" : "ws"}://${window.location.host}/ws`);
 </script>
 </body>
 </html>