fix: bg location force sync all 12 hours

This commit is contained in:
devthejo 2025-07-04 10:21:18 +02:00
parent e0438c2db9
commit 39adb25988

View file

@ -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