Live location sharing: share location at most every 5 seconds (PSG-655) (#9148)
This commit is contained in:
@@ -55,7 +55,7 @@ export enum OwnBeaconStoreEvent {
|
|||||||
BeaconUpdateError = 'BeaconUpdateError',
|
BeaconUpdateError = 'BeaconUpdateError',
|
||||||
}
|
}
|
||||||
|
|
||||||
const MOVING_UPDATE_INTERVAL = 2000;
|
const MOVING_UPDATE_INTERVAL = 5000;
|
||||||
const STATIC_UPDATE_INTERVAL = 30000;
|
const STATIC_UPDATE_INTERVAL = 30000;
|
||||||
|
|
||||||
const BAIL_AFTER_CONSECUTIVE_ERROR_COUNT = 2;
|
const BAIL_AFTER_CONSECUTIVE_ERROR_COUNT = 2;
|
||||||
|
|||||||
Reference in New Issue
Block a user