@bobfrankston/rmfmail 1.1.155 → 1.1.156
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/client/android-bootstrap.bundle.js +1 -1
- package/client/android-bootstrap.bundle.js.map +2 -2
- package/client/styles/components.css +6 -0
- package/package.json +3 -3
- package/packages/mailx-store-web/android-bootstrap.d.ts.map +1 -1
- package/packages/mailx-store-web/android-bootstrap.js +8 -2
- package/packages/mailx-store-web/android-bootstrap.js.map +1 -1
- package/packages/mailx-store-web/android-bootstrap.ts +8 -2
- package/packages/mailx-store-web/package.json +1 -1
- /package/packages/mailx-imap/{node_modules.npmglobalize-stash-13388 → node_modules.npmglobalize-stash-60708}/.package-lock.json +0 -0
|
@@ -10651,7 +10651,7 @@ async function initAndroid() {
|
|
|
10651
10651
|
const tp = createNativeTokenProvider(account.email);
|
|
10652
10652
|
syncGoogleContactsForAccount(db, account.id, tp).catch((e) => console.error(`[android] startup contacts sync ${account.id}: ${e.message}`));
|
|
10653
10653
|
}
|
|
10654
|
-
const SYNC_INTERVAL_MS =
|
|
10654
|
+
const SYNC_INTERVAL_MS = 60 * 1e3;
|
|
10655
10655
|
let contactsSyncTickCounter = 0;
|
|
10656
10656
|
setInterval(() => {
|
|
10657
10657
|
console.log("[sync] periodic poll");
|