excalidraw/src/time_constants.ts

5 lines
161 B
TypeScript
Raw Normal View History

// time in milliseconds
export const TAP_TWICE_TIMEOUT = 300;
export const INITAL_SCENE_UPDATE_TIMEOUT = 5000;
2020-05-30 18:56:17 +05:30
export const SYNC_FULL_SCENE_INTERVAL_MS = 20000;