fix: bg location force sync all 12 hours
This commit is contained in:
parent
e0438c2db9
commit
39adb25988
1 changed files with 1 additions and 1 deletions
2
index.js
2
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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue