time_constants.ts 205 B

12345
  1. // time in milliseconds
  2. export const TAP_TWICE_TIMEOUT = 300;
  3. export const INITIAL_SCENE_UPDATE_TIMEOUT = 5000;
  4. export const SYNC_FULL_SCENE_INTERVAL_MS = 20000;
  5. export const TOUCH_CTX_MENU_TIMEOUT = 500;