@remit/backend 0.0.86 → 0.0.87
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/package.json
CHANGED
|
@@ -24,10 +24,10 @@ interface TriggerAccountSyncInput {
|
|
|
24
24
|
* this unset, and takes the freshness gate — see `mailboxNeedsSync` in
|
|
25
25
|
* imap-worker's sync-mailboxes handler.
|
|
26
26
|
*
|
|
27
|
-
*
|
|
28
|
-
*
|
|
29
|
-
*
|
|
30
|
-
*
|
|
27
|
+
* How often a timer may do that is bounded on the client, by the poll's own
|
|
28
|
+
* floor (`MIN_POLL_INTERVAL_MS` in the client hook, 30s) rather than by the
|
|
29
|
+
* gate: `mailboxPollIntervalSeconds` can lengthen the interval, never
|
|
30
|
+
* shorten it past that.
|
|
31
31
|
*/
|
|
32
32
|
explicitRequest?: boolean;
|
|
33
33
|
/**
|