mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-04-14 16:40:58 -04:00
6 lines
255 B
TypeScript
6 lines
255 B
TypeScript
// time in milliseconds
|
|
export const TAP_TWICE_TIMEOUT = 300;
|
|
export const INITIAL_SCENE_UPDATE_TIMEOUT = 5000;
|
|
export const SYNC_FULL_SCENE_INTERVAL_MS = 20000;
|
|
export const TOUCH_CTX_MENU_TIMEOUT = 500;
|
|
export const SAVE_TO_LOCAL_STORAGE_TIMEOUT = 300;
|