fix: bg location force sync all 12 hours
This commit is contained in:
parent
6d5f5ec82d
commit
732dc3df7b
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -32,7 +32,7 @@ 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 = 12 * 60 * 60 * 1000;
|
||||||
// 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
|
||||||
|
|
Loading…
Add table
Reference in a new issue