feat(nbstore): use polling as ios websocket transport (#10001)

This commit is contained in:
forehalo
2025-02-07 02:44:52 +00:00
parent 61d2cec913
commit c673088cc6
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ declare module '../config' {
}
defineStartupConfig('websocket', {
transports: ['websocket', 'polling'],
// see: https://socket.io/docs/v4/server-options/#maxhttpbuffersize
transports: ['websocket'],
maxHttpBufferSize: 1e8, // 100 MB
});