浏览代码

set hidden connection to 5 mins

Maielo 2 年之前
父节点
当前提交
5e5faf4e67
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/excalidraw-app/app_constants.ts

+ 1 - 1
src/excalidraw-app/app_constants.ts

@@ -7,7 +7,7 @@ export const SYNC_FULL_SCENE_INTERVAL_MS = 20000;
 export const SYNC_BROWSER_TABS_TIMEOUT = 50;
 export const CURSOR_SYNC_TIMEOUT = 33; // ~30fps
 export const DELETED_ELEMENT_TIMEOUT = 24 * 60 * 60 * 1000; // 1 day
-export const HIDDEN_DISCONNECT_TIMEOUT = 10 * 60 * 1000; // 10 minutes
+export const HIDDEN_DISCONNECT_TIMEOUT = 5 * 60 * 1000; // 5 minutes
 export const RECONNECT_TOAST_DURATION = 2000;
 
 export const FILE_UPLOAD_MAX_BYTES = 3 * 1024 * 1024; // 3 MiB