فهرست منبع

set resyncInterval to reconnect

Yuki Takei 1 سال پیش
والد
کامیت
1bca1bced8
1فایلهای تغییر یافته به همراه4 افزوده شده و 1 حذف شده
  1. 4 1
      packages/editor/src/client/stores/use-collaborative-editor-mode.ts

+ 4 - 1
packages/editor/src/client/stores/use-collaborative-editor-mode.ts

@@ -78,7 +78,10 @@ export const useCollaborativeEditorMode = (
       '/',
       pageId,
       ydoc,
-      { autoConnect: true },
+      {
+        autoConnect: true,
+        resyncInterval: 3000,
+      },
     );
 
     const userLocalState: UserLocalState = {