fix: remove debuggin

This commit is contained in:
devthejo 2025-07-03 14:27:12 +02:00
parent 0e1fe28477
commit b70d6ed9a0

View file

@ -32,9 +32,8 @@ messaging().setBackgroundMessageHandler(onMessageReceived);
registerRootComponent(App); registerRootComponent(App);
// Constants for persistence // Constants for persistence
// const FORCE_SYNC_INTERVAL = 24 * 60 * 60 * 1000; const FORCE_SYNC_INTERVAL = 24 * 60 * 60 * 1000;
// const FORCE_SYNC_INTERVAL = 60 * 60 * 1000; // DEBUGGING // const FORCE_SYNC_INTERVAL = 5 * 60 * 1000; // DEBUGGING
const FORCE_SYNC_INTERVAL = 5 * 60 * 1000; // DEBUGGING
// Helper functions for persisting sync time // Helper functions for persisting sync time
const getLastSyncTime = async () => { const getLastSyncTime = async () => {