mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
feat(nbstore): use polling as ios websocket transport (#10001)
This commit is contained in:
@@ -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
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user