fix: remove debuggin
This commit is contained in:
parent
0e1fe28477
commit
b70d6ed9a0
1 changed files with 2 additions and 3 deletions
5
index.js
5
index.js
|
@ -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 () => {
|
||||||
|
|
Loading…
Add table
Reference in a new issue