Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Live location sharing: share location at most every 5 seconds (PSG-65…
Browse files Browse the repository at this point in the history
…5) (#9148)
  • Loading branch information
Kerry authored Aug 8, 2022
1 parent e08b11b commit f467d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stores/OwnBeaconStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export enum OwnBeaconStoreEvent {
BeaconUpdateError = 'BeaconUpdateError',
}

const MOVING_UPDATE_INTERVAL = 2000;
const MOVING_UPDATE_INTERVAL = 5000;
const STATIC_UPDATE_INTERVAL = 30000;

const BAIL_AFTER_CONSECUTIVE_ERROR_COUNT = 2;
Expand Down

0 comments on commit f467d94

Please sign in to comment.