diff --git a/index.js b/index.js index 5fadc26..76b17cb 100644 --- a/index.js +++ b/index.js @@ -32,7 +32,7 @@ messaging().setBackgroundMessageHandler(onMessageReceived); registerRootComponent(App); // Constants for persistence -const FORCE_SYNC_INTERVAL = 24 * 60 * 60 * 1000; +const FORCE_SYNC_INTERVAL = 12 * 60 * 60 * 1000; // const FORCE_SYNC_INTERVAL = 5 * 60 * 1000; // DEBUGGING // Helper functions for persisting sync time