mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
🎨 Improve exit
Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
parent
00d00b54ef
commit
ddae80a5f4
2 changed files with 2 additions and 1 deletions
|
|
@ -571,6 +571,7 @@ func serveDebug(ginServer *gin.Engine) {
|
|||
}
|
||||
|
||||
func serveWebSocket(ginServer *gin.Engine) {
|
||||
util.WebSocketServer = melody.New()
|
||||
util.WebSocketServer.Config.MaxMessageSize = 1024 * 1024 * 8
|
||||
|
||||
ginServer.GET("/ws", func(c *gin.Context) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue