From b70d6ed9a070e9c01fa0d5206db5cc1a115e074e Mon Sep 17 00:00:00 2001 From: devthejo Date: Thu, 3 Jul 2025 14:27:12 +0200 Subject: [PATCH] fix: remove debuggin --- index.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/index.js b/index.js index cb5e86c..5fadc26 100644 --- a/index.js +++ b/index.js @@ -32,9 +32,8 @@ messaging().setBackgroundMessageHandler(onMessageReceived); registerRootComponent(App); // Constants for persistence -// 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 = 24 * 60 * 60 * 1000; +// const FORCE_SYNC_INTERVAL = 5 * 60 * 1000; // DEBUGGING // Helper functions for persisting sync time const getLastSyncTime = async () => {