Some cleanup in App.tsx (#1681)

This commit is contained in:
Aakansha Doshi
2020-05-30 18:56:17 +05:30
committed by GitHub
parent fa359034c5
commit 17e9cc4506
3 changed files with 67 additions and 60 deletions

View File

@@ -1,3 +1,4 @@
// time in milliseconds
export const TAP_TWICE_TIMEOUT = 300;
export const INITAL_SCENE_UPDATE_TIMEOUT = 5000;
export const SYNC_FULL_SCENE_INTERVAL_MS = 20000;